G
Guest
I am opening oWB and need to reference a worksheet code name in oWB. I have
the following:
Set oRevisionWS = Nothing
On Error Resume Next
oWB.Activate
oRevisionWS = Revisions <~~~worksheet code name
On Error GoTo 0
I need to know how to define oRevisionWS to be the worksheet with the code
name Revisions.
Thanks,
Barb Reinhardt
the following:
Set oRevisionWS = Nothing
On Error Resume Next
oWB.Activate
oRevisionWS = Revisions <~~~worksheet code name
On Error GoTo 0
I need to know how to define oRevisionWS to be the worksheet with the code
name Revisions.
Thanks,
Barb Reinhardt