I am new to VBA programming and am trying to show a saveas dialog to save an Excel file.
I tried Application.Dialogs(xlDialogSaveAs).Show
but I get an error message saying "Run-time error '438' object doesn't support this property or method"
I am programming using AutoCad VBA and have the excel reference on
What am I missing?
I tried Application.Dialogs(xlDialogSaveAs).Show
but I get an error message saying "Run-time error '438' object doesn't support this property or method"
I am programming using AutoCad VBA and have the excel reference on
What am I missing?