View Full Version : using a splash page to link to excel


razra
06-15-2006, 05:58 AM
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

Jacob Mathai
06-15-2006, 06:23 AM
Craete a button and put this vba code:

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

razra
06-16-2006, 04:34 AM
Sorted thankyou