Hi, everyone.
Quick question. I have an embedded object on a hidden worksheet that I want to be able to access. Before I hid the sheet, this code worked:
Sheets("DataSheet"
.Select
ActiveSheet.Shapes("Object 2"
.Select
Selection.Verb Verb:=xlPrimary
Sheets("RFP Question Selection"
.Select
Range("D2"
.Select
I know, though reading this forum, that you can't do a 'select' on a hidden sheet. Is there another way to do this?
Thanks!
Aaron
Quick question. I have an embedded object on a hidden worksheet that I want to be able to access. Before I hid the sheet, this code worked:
Sheets("DataSheet"
ActiveSheet.Shapes("Object 2"
Selection.Verb Verb:=xlPrimary
Sheets("RFP Question Selection"
Range("D2"
I know, though reading this forum, that you can't do a 'select' on a hidden sheet. Is there another way to do this?
Thanks!
Aaron