Open a specified file in a directory with a command button

W

wilfried

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

fredg

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"
 
W

wilfried

I like to open the specific word 'document1.doc' in the given
directory.

Sorry but my question was not accured enough
fredg schreef:
 
W

wilfried

I like to open the specific word 'document1.doc' in the given
directory.

Sorry but my question was not accured enough
fredg schreef:
 
Top