S
sailor_123
I am using Access 2003.
The following code from VBA "help file" generates an error, "Expecting user
defined type not project".
If I am not adding a reference then please tell me exactly what to add and
how.
Your help will be greatly appreciated.
Dim dlgSaveAs As FileDialog
Set dlgSaveAs = Application.FileDialog( _
FileDialogType:=msoFileDialogSaveAs)
dlgSaveAs.Show
The following code from VBA "help file" generates an error, "Expecting user
defined type not project".
If I am not adding a reference then please tell me exactly what to add and
how.
Your help will be greatly appreciated.
Dim dlgSaveAs As FileDialog
Set dlgSaveAs = Application.FileDialog( _
FileDialogType:=msoFileDialogSaveAs)
dlgSaveAs.Show