Hi, i have encountered a problem to select the columns from B4:E4 to P4:T4. Below is my intial code but it does not work.
Union(Range("B4:E4"), Range("P4:T4")).Select
Range(Selection, Selection.End(xlDown)).Select
Selection.Copy 'P
Call uidoc.Paste
Please help!!! I need to use Range(Selection, Selection.End(xlDown)).Select method.
Union(Range("B4:E4"), Range("P4:T4")).Select
Range(Selection, Selection.End(xlDown)).Select
Selection.Copy 'P
Call uidoc.Paste
Please help!!! I need to use Range(Selection, Selection.End(xlDown)).Select method.