I have a procedure where I open an excel spreadsheet from within Access. I want to be able to open the spreadsheet and then have it go to a specific worksheet, which is dependent on the unit name. I've used the shell command to open the specific spreadsheet, but I can't figure out how to automatically direct it to the worksheet.
Thank you!
Private Sub cmdEscalLink_Click()
Call Shell("Excel.exe \\xorl008\groups\ESD\Fleet_Mon_Diag\Section\groupp~1\escalation.xls", 1)
End Sub
Thank you!
Private Sub cmdEscalLink_Click()
Call Shell("Excel.exe \\xorl008\groups\ESD\Fleet_Mon_Diag\Section\groupp~1\escalation.xls", 1)
End Sub