I have created a VBA macro to convert an excel sheet into appropriate forms and create a one cell string on my 4th worksheet. I am looking to copy that string in excel and paste it into a notepad at a predefined location. If it can paste it to the next row in the text file that would be all the better. I'm not sure if its possible to save the text file either but that would be great too.
Basically its Copy Cell A1 on sheet 4, Open Notepad, Paste in next available row, save notepad
Append String to Text File
The Calling Procedure (Example)
The Called Procedure (Method)