dearfriends
i would ile to the code for command button on a form which can open
pre_mentioned xls file plese
Nikos Yannacopoulos - 18 Jun 2007 10:04 GMT
Dim MyFile As String
MyFile = "C:\SomeFolder\SomeFile.xls" 'Your file name, incl. path
FollowHyperlink MyFile
HTH,
Nikos
> dearfriends
> i would ile to the code for command button on a form which can open
> pre_mentioned xls file plese
fredg - 18 Jun 2007 19:04 GMT
> dearfriends
> i would ile to the code for command button on a form which can open
> pre_mentioned xls file plese
Application.FollowHyperlink "PathToFile\xyz.xls"

Signature
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail