G
Guest
I've picked up this code from the Access help. I'm trying to have the save as dialog box come up. This code is susposed to do that according to the Access help. The following is the code that I've copied into by progra
Dim dlgSaveAs As FileDialo
Set dlgSaveAs = Application.FileDialog(FileDialogType:=msoFileDialogSaveAs
dlgSaveAs.Sho
I get a compile error "Name argument not found" with the FileDialogType: highlighted, for the life of me I can not figure out what's happening. I'm hoping someone out there can shade some light on this problem
Thanks for your help
Dim dlgSaveAs As FileDialo
Set dlgSaveAs = Application.FileDialog(FileDialogType:=msoFileDialogSaveAs
dlgSaveAs.Sho
I get a compile error "Name argument not found" with the FileDialogType: highlighted, for the life of me I can not figure out what's happening. I'm hoping someone out there can shade some light on this problem
Thanks for your help