In Windows XP PRO, Excel 2007 Pro
This line of code performs correctly:
SelectedFileName = Application.GetSaveAsFilename(ORDERS_FOLDER & fname, Title:="Save eWorkBook")
In Windows 7, Excel 2007
This same line of code does not populate the Dialog filename
SelectedFileName = Application.GetSaveAsFilename(ORDERS_FOLDER & fname, Title:="Save eWorkBook")
What do I need to change?
Also one curveball, is that this code needs to be able to work on Windows XP and Windows7.
This line of code performs correctly:
SelectedFileName = Application.GetSaveAsFilename(ORDERS_FOLDER & fname, Title:="Save eWorkBook")
In Windows 7, Excel 2007
This same line of code does not populate the Dialog filename
SelectedFileName = Application.GetSaveAsFilename(ORDERS_FOLDER & fname, Title:="Save eWorkBook")
What do I need to change?
Also one curveball, is that this code needs to be able to work on Windows XP and Windows7.