Hi
I had previously posted something about this but I am still having problems, I am a novice with Macros.
I have an Excel spreadsheet that I need to save via a Macro, however, I need it to be saved in a specific location, which is compiled in a Cell in Excel I.e. D5 - returning the following location and file name::
C:\Documents and Settings\Administrator\My Documents\Downloads\Tick Sheet\2012 October\Sherman.xls
I believe that I need to use Dir and MKDir to first check if the location exists, if it does then Excel can save the file, if it doesn't then Excel would need to build the folder structure and then save the file.
Can someone please please help me, I would be very grateful.
Thanks
I had previously posted something about this but I am still having problems, I am a novice with Macros.
I have an Excel spreadsheet that I need to save via a Macro, however, I need it to be saved in a specific location, which is compiled in a Cell in Excel I.e. D5 - returning the following location and file name::
C:\Documents and Settings\Administrator\My Documents\Downloads\Tick Sheet\2012 October\Sherman.xls
I believe that I need to use Dir and MKDir to first check if the location exists, if it does then Excel can save the file, if it doesn't then Excel would need to build the folder structure and then save the file.
Can someone please please help me, I would be very grateful.
Thanks