Open a specified file in a directory with a command button

  • Thread starter Thread starter wilfried
  • Start date Start date
W

wilfried

The command button opens by instance the following file: document1.doc
in the following directory: c:\My documents\examples
 
The command button opens by instance the following file: document1.doc
in the following directory: c:\My documents\examples

Are you asking how to open the document using code?
Application.FollowHyperlink "c:\My documents\examples\document1.doc"
 
I like to open the specific word 'document1.doc' in the given
directory.

Sorry but my question was not accured enough
fredg schreef:
 
I like to open the specific word 'document1.doc' in the given
directory.

Sorry but my question was not accured enough
fredg schreef:
 

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