Launch wordpad document

  • Thread starter Thread starter Ken
  • Start date Start date
K

Ken

Does anyone know how I can launch a Wordpad document from
one of my forms? Thanks in advance.

Ken
 
Something like this:

Private Sub LaunchReadMe_Click()
Shell "C:\Program Files\Windows NT\Accessories\wordpad.exe
c:\MyApp\readme.txt"
End Sub

- Assaf
 

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

Back
Top