Control Box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I tried to post a message earlier and nothing showed up. I am going to try to repost

I need a command button to be able to open a shared folder on the network. How would I do this?
 
I use this to open a document on the local drive.
Substitute it with the network drive letter and
appropriate program (Excel, Powerpoint, etc.).

Call Shell("WinWord.exe c:\Dan\Word\Regulations.doc", 1)

Look up Shell in the help file.
 
Back
Top