Button to open Specific Excel File

TreeHugger4

New member
Local time
Today, 05:40
Joined
Aug 30, 2010
Messages
6
I have a button on a form. When I click it, I would like it to open an existing Excel file --> Practice.xls. How would I do this? Thanks in advance.
 
A Simple way is, in the Click Event (in the VBA Window, not the event property):

FollowHyperLink "C:\FolderName\Practice.xls"
 
Where do I find the click event window in VBA? Thanks again.
 

Users who are viewing this thread

Back
Top Bottom