Select from a common row between 2 columns
Posted by Tan Le on October 03, 2001 12:29 PM
Hello all Excel masters!
Range(Selection, Selection.End(xlUp)).Select
Range(Selection, Selection.End(xlUp)).Copy
Range(Selection, Selection.End(xlUp)).PasteSpecial paste:=xlValues
The above can select 1 column upward from a row. How do I select between column C and AB from row 200 to 1?
Best regards,
Tan Le