G Guest Oct 12, 2006 #1 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?
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 Oct 13, 2006 #2 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? Click to expand... Application.FollowHyperlink "C:\FolderName\SpreadsheetName.xls"
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? Click to expand... Application.FollowHyperlink "C:\FolderName\SpreadsheetName.xls"