G
Guest
How do I go to a specific worksheet in an excel workbook.
I have the following code but, it takes me to a random
spreadheet...
With oApp.Application
.Visible = True
'Open the Workbook
.Workbooks.Open "c:\graphs.xls"
End With
Thanks
I have the following code but, it takes me to a random
spreadheet...
With oApp.Application
.Visible = True
'Open the Workbook
.Workbooks.Open "c:\graphs.xls"
End With
Thanks