Opening Excel from Access

M

Matty_b

Hi I am trying to open excel document from a combo box in access, when i
select what docuement from the list i want to be able to click run and the
document will open, is there a code that will allow this to happen,

Thanks
 
K

Klatuu

If you are only trying to open the Excel spreadsheet and not manipulate it,
the Shell function will do it. You will find info in Access Help under
"Visual Basic Language Reference", Functions
 
Top