T TreeHugger4 New member Local time Today, 01:47 Joined Aug 30, 2010 Messages 6 Sep 13, 2010 #1 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.
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.
boblarson Smeghead Local time Today, 01:47 Joined Jan 12, 2001 Messages 32,059 Sep 13, 2010 #2 A Simple way is, in the Click Event (in the VBA Window, not the event property): FollowHyperLink "C:\FolderName\Practice.xls"
A Simple way is, in the Click Event (in the VBA Window, not the event property): FollowHyperLink "C:\FolderName\Practice.xls"
T TreeHugger4 New member Local time Today, 01:47 Joined Aug 30, 2010 Messages 6 Sep 13, 2010 #3 Where do I find the click event window in VBA? Thanks again.
boblarson Smeghead Local time Today, 01:47 Joined Jan 12, 2001 Messages 32,059 Sep 13, 2010 #4 TreeHugger4 said: Where do I find the click event window in VBA? Thanks again. Click to expand... Follow this for how to.
TreeHugger4 said: Where do I find the click event window in VBA? Thanks again. Click to expand... Follow this for how to.