Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
Do you need to have Excel open and visible or are you just trying to read/write from it?
I think you can call a "sheets" property off the "book" object that is returned from the Open command. Then you indicate "book.Sheets(SheetName)" to return the specific sheet you want.
Don't know if this helps.
I think you can call a "sheets" property off the "book" object that is returned from the Open command. Then you indicate "book.Sheets(SheetName)" to return the specific sheet you want.
Don't know if this helps.