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:
 
Back
Top