Pinaceous
Well-known Member
- Joined
- Jun 11, 2014
- Messages
- 1,025
- Office Version
- 365
- Platform
- Windows
Hi All;
I have 3 Data Tables,
ie.
Range("C2:V172")
Range("C173:V372")
Range("C373:V573")
Of which I'd like to create a VBA loop in catching the values set by the unique id held in Column C to take the values in Columns G & I in the Range("C173:V372") and to delete its duplicate from the other tables.
Thanks,
Pin.
I have 3 Data Tables,
ie.
Range("C2:V172")
Range("C173:V372")
Range("C373:V573")
Of which I'd like to create a VBA loop in catching the values set by the unique id held in Column C to take the values in Columns G & I in the Range("C173:V372") and to delete its duplicate from the other tables.
Thanks,
Pin.