I think I need a little more help. I am brand new to VBA.
so I added: DiplayAlerts= False as shown below:
DisplayAlerts = False
Sheets("790500001 ").Select
Sheets("790500001 ").Copy
ActiveWorkbook.SaveAs Filename:= _
"J:\Investor_Reporting\IR 2011\Dat A .CSV and .XLS files...
I created a Macro to automate saving each tab to one of my folders.
This is an example of one of the steps ( I have 20 tabs and the same process is repeated for each one):
Sheets("790500001").Select
Sheets("790500000").Copy
ActiveWorkbook.SaveAs Filename:= _...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.