I am trying to follow the tutorial here http://software-solutions-online.com/excel-vba-save-file-dialog-getsaveasfilename/ and have typed up my code to be:
varResult = Application.GetSaveAsFilename(FileFilter:="Excel Files (*.xlsx), *.xlsx")
Now when I compile the syntax I get an error of:
Method or Data Membor Not Found
On this specific element GetSaveAsFilename
I am running this in Access 2013 to save an Excel 2013 .xlsx - what should I change so this will prompt the user for a save name and location?