ireland13752
Member
Good Morning,
I am trying to save a file using the code within a Macro. I will need to do this several times within the macro and I would like to be able to have the Save As box open to the correct folder. I can get it to open the Save As dialog box, but not to the correct path. Can you please assist?
Here is the code that I have so far. I know it is incorrect, I just am not sure where?
Sheets(Array("Data")).Select
Sheets("Data").Activate
Filename = Application.GetOpenFilename(, , "\\phsfile\groups\QUALITY_INSTITUTE\1 DATA ANALYST & REPT\file1\file Reports 2014")
Thank you for your assistance.
I am trying to save a file using the code within a Macro. I will need to do this several times within the macro and I would like to be able to have the Save As box open to the correct folder. I can get it to open the Save As dialog box, but not to the correct path. Can you please assist?
Here is the code that I have so far. I know it is incorrect, I just am not sure where?
Sheets(Array("Data")).Select
Sheets("Data").Activate
Filename = Application.GetOpenFilename(, , "\\phsfile\groups\QUALITY_INSTITUTE\1 DATA ANALYST & REPT\file1\file Reports 2014")
Thank you for your assistance.