Follow hyperlink

P

Pietro

Hi,

I want to put a code in the Afterupdate event of a combobox that allows
user to open a document whose path is O:\Pietro\Pietro.xls
 
W

Wayne-I-M

If you are opening the excel file from a combo afterupdate then you would be
referenceing the combo bound field (I think) - if not then you should just a
button or something else

Have a look at Doug Steele's answer for the method to open the file
 
Top