I am currently using the code below to allow a user to select the path to save a copy on the file.
folderpath = GetFilePathandName("Please select folder for finalized workbook.", False)
If folderpath = "" Then GoTo Cancel_Routine
However I would like to set the startpoint for the user. So they can be lead in the direction I would like them to save the file. Does anyone know how to do this?
Thanks!
folderpath = GetFilePathandName("Please select folder for finalized workbook.", False)
If folderpath = "" Then GoTo Cancel_Routine
However I would like to set the startpoint for the user. So they can be lead in the direction I would like them to save the file. Does anyone know how to do this?
Thanks!