Need to set a VBA function to run "Open" dialgue box and show word

B

Brent E

Good afternoon,

I am needing a VBA function or command to open the "Open" file dialogue box
in Word and allow a user to select a file to open. Any suggestions? Thanks.

Cordailly,
 
G

Greg Maxey

Try something like:

Sub ScratchMacro()
Dialogs(wdDialogFileOpen).Show
End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top