using a splash page to link to excel

razra

New member
Local time
Today, 10:12
Joined
Jun 12, 2006
Messages
8
I have a splash page and Id like to add a button that will take me to a excel sheet. Is this possible? I cant import the excel sheet into access as it needs to be kept seperate so it can be edited by other people in the section. So Im after more of a shortcut link type effect. is this possible at all?

Thanks
 
Craete a button and put this vba code:

Followhyperlink "D:\filename.xls" (put your path here)
 
Sorted thankyou
 

Users who are viewing this thread

Back
Top Bottom