I have a coworker that gets workbooks that contain many charts (most are linked to a different file that he does not get).
The number of charts varies. He needs to make a seperate file for each chart. I showed him how to right click on the tab and select move/copy and check the copy box -then indicate make new file. The problem is, there are many charts. He wants the new workbooks all saved to a temp directory and have the workbooks named in such a way as to incorporate the Tab name and a certain date into the file name. As he gets the original files from another source, I would like the macro to be designed to run from his Personal.xls. We will be distributing the individual files to the people that need them and they will be told to NOT update links when requested on opening.
Wish list:
01) Macro to be located in Personal.xls
02) Macro user asked if path for saving files needs to be changed (prefer the path to be maintained in Personal.xls -should never change)
03) Macro user asked once to enter the date to use as part of the new file names
04) Macro will process all Charts (each on its own sheet in the source file) -creating and saving a new individual file for each Chart
05) Macro names new workbooks incorporating date (as entered by user -above) and Tab name from source file
Sample of new file name 20040528Greenwood.xls (year 2004, month 5, day 28, Tab was named Greenwood)
06) As each chart is copied and saved with new name, close that file so when all have been processed only the source file is in memory (along with Personal.xls)
I am attaching a small sample file (most will have over 30 Charts).
Thank you for your efforts.