Hi guys,
The above code is giving me "Select method of Range class failed". Would you guys be able to tell me where I'm going wrong?
I'm trying to select the data in column CRMSID from the GCMR_Data_Table in sheet called Extract.
Thank you!
Code:
Worksheets("Extract").Range("GCMR_Data_Table[CRMSID]").Select
The above code is giving me "Select method of Range class failed". Would you guys be able to tell me where I'm going wrong?
I'm trying to select the data in column CRMSID from the GCMR_Data_Table in sheet called Extract.
Thank you!