S
spiffo
ok, I have 3 books on VBA, and NONE of them address this! (AGHHHH!!!!)
they show this fine manuever...:
Application.Dialogs(wdDialogFileOpen).Show
Works great if you want the user to be able to open a doc... but I just need
the file name... i can do this,
Application.Dialogs(wdDialogFileOpen).Display
which just displays the dialog without actually opening it on OK... but then
how the heck do I get the name of the file they selected??? I tried
Application.Dialogs(wdDialogFileOpen).FileName with no luck...
Help pls!!!
thx
they show this fine manuever...:
Application.Dialogs(wdDialogFileOpen).Show
Works great if you want the user to be able to open a doc... but I just need
the file name... i can do this,
Application.Dialogs(wdDialogFileOpen).Display
which just displays the dialog without actually opening it on OK... but then
how the heck do I get the name of the file they selected??? I tried
Application.Dialogs(wdDialogFileOpen).FileName with no luck...
Help pls!!!
thx