tkpstock
Cubicle Warrior
- Local time
- Today, 10:12
- Joined
- Feb 25, 2005
- Messages
- 206
I am attempting to use FileDialog, but when I show it, it comes up behind my form! How can I correct this?
Thanks in advance!
Here's my code:
Dim dlgSaveAs As FileDialog
Set dlgSaveAs = Application.FileDialog(DialogType:=msoFileDialogSaveAs)
dlgSaveAs.Show
Thanks in advance!
Here's my code:
Dim dlgSaveAs As FileDialog
Set dlgSaveAs = Application.FileDialog(DialogType:=msoFileDialogSaveAs)
dlgSaveAs.Show
Last edited: