I would like to export some excel columns to notepad using VBA.
I have 4 sheets in an excel the first is an input and basic calculation sheet the next three are output sheets.
The information is contained in the three sheets in Column A, cells 1 to 113.
It consists of text, numbers, and blank cells, The output is a "Script" file for Autocad which requires the blank cells to act as "Return" characters in Autocad.
Each output sheet provides the command information to draw one item in Autocad.
I want to be able to output each of the 3 sheets seperately to different files.
The 3 files can be named from the text in cell A92, and the Notepad file should be of a .scr filetype.
I have 4 sheets in an excel the first is an input and basic calculation sheet the next three are output sheets.
The information is contained in the three sheets in Column A, cells 1 to 113.
It consists of text, numbers, and blank cells, The output is a "Script" file for Autocad which requires the blank cells to act as "Return" characters in Autocad.
Each output sheet provides the command information to draw one item in Autocad.
I want to be able to output each of the 3 sheets seperately to different files.
The 3 files can be named from the text in cell A92, and the Notepad file should be of a .scr filetype.