Hi, i have this button within Access that opens a workbook in excel. I have this code.

Dim stAppName As String stAppName = "Excel.exe c:\workbook.xls " Call Shell(stAppName , 1)
What i want is to ad an command to open a specific spreadshhet within that workbook, how do i do that?