S
SJ
Hi there,
I am trying to select a sheet using
xlBook.Sheets("AP-STT(U)").Select
as you can see the sheet name has parentheses in it, so excel gives me a
"Subscript out of range" error.
If I select any other sheet that doesn't contain parenthesis then it works
fine.
Any ideas on how I should be going about this.
Yes, I am a newbie to excel object model.
oh yeah, Office XP I think.
I am trying to select a sheet using
xlBook.Sheets("AP-STT(U)").Select
as you can see the sheet name has parentheses in it, so excel gives me a
"Subscript out of range" error.
If I select any other sheet that doesn't contain parenthesis then it works
fine.
Any ideas on how I should be going about this.
Yes, I am a newbie to excel object model.
oh yeah, Office XP I think.