Dim strFile As String
strFile = "s:\karen\excel.xls"
Application.FollowHyperlink strFile
--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
"E-mail report using Lotus Notes rather t"
<(E-Mail Removed)> wrote in
message news:31A963C2-D350-49F9-A2ED-(E-Mail Removed)...
> Hi, I would like to create a button that will help me open an excel file
> in
> my share drive.
>
> For example I would like to program the button that can open
> s:\karen\excel.xls
> After clicking on the button it automatically open my excel file.
>
> Thanks, K.