Open Excel spreadsheet with code?

T

TKM

I have a form and I want my users to be able to open a certain spreadsheet I
Excel if they press a button on mty form. How is this done?
 
F

fredg

I have a form and I want my users to be able to open a certain spreadsheet I
Excel if they press a button on mty form. How is this done?

Application.FollowHyperlink "C:\FolderName\SpreadsheetName.xls"
 
Top