
open excel to specific worksheet
after checking if its already open, i have some code to open excel in the
follwing way:
Set oApp = GetObject("c:\td\upload.xls")
oApp.Application.Visible = True
oApp.Parent.Windows(1).Visible = True
oApp.UserControl = True
but i really want it to open to a particular worksheet, any idea how?