Hi,
I was able to set up a workbook with an associated macro which copies filtered data to a *.csv file. This one works like a charm. However, since I will be using this *.csv file as input on another program I need to close the *.csv file. Thus, it would be advantageous if the copy process could be done to the *.csv file without opening it.
Is this possible at all without too much trouble?
An alternative solution could be to add VBA code which 1) Opens *.csv file; 2) Copies data using my existing macro; 3) Close the *.csv file.
Any thoughts? 
I use one macro for clearing the *.csv before making a copy:
And one macro for copying filtered data from the *.csv:
I run both together using this:
Best regards,
Elijah
Bookmarks