Good morning,
I am selecting a lengthy range and want to break the range selection when writing the code. Why won't this work? Could anyone please explain?
I am selecting a lengthy range and want to break the range selection when writing the code. Why won't this work? Could anyone please explain?
Code:
Sheets(ws.Name).Activate
Range("F6,F7,F11,F13,F16, _
H6,H7,H11,H13,H16, _
J6,J7,J11,J13,J16").copy
Last edited: