Customize Form Button to Open Excel Document

B

BensonJT

What VBA code is necessary to customize an Access 2002 form button so that
when pushed it will open a specific Excel workbook?
 
F

fredg

What VBA code is necessary to customize an Access 2002 form button so that
when pushed it will open a specific Excel workbook?

Application.FollowHyperlink "Path to Folder\SpreadsheetName.xls"
 
Top