G Guest Feb 3, 2006 #1 What VBA code is necessary to customize an Access 2002 form button so that when pushed it will open a specific Excel workbook?
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 Feb 3, 2006 #2 What VBA code is necessary to customize an Access 2002 form button so that when pushed it will open a specific Excel workbook? Click to expand... Application.FollowHyperlink "Path to Folder\SpreadsheetName.xls"
What VBA code is necessary to customize an Access 2002 form button so that when pushed it will open a specific Excel workbook? Click to expand... Application.FollowHyperlink "Path to Folder\SpreadsheetName.xls"