Hi,
I want to create a button on one of my forms that takes the user to an Excel workbook. I can open Excel to the workbook I want using the AppRun macro with the following code:
excel.exe "T:\B-GLBCUS\Neil\Trade Reporting Project\[Total Subscriptions per Month.xls]"
What do I need to add to this in order to specify which worksheet in the workbook I'd like Excel to open in. For example I'd like to tell Excel to open with Sheet 3 rather then Sheet 1.
Thanks for any help.
I want to create a button on one of my forms that takes the user to an Excel workbook. I can open Excel to the workbook I want using the AppRun macro with the following code:
excel.exe "T:\B-GLBCUS\Neil\Trade Reporting Project\[Total Subscriptions per Month.xls]"
What do I need to add to this in order to specify which worksheet in the workbook I'd like Excel to open in. For example I'd like to tell Excel to open with Sheet 3 rather then Sheet 1.
Thanks for any help.