Hi all,
I am using the below code to delete a range of columns.
However, I also want a code to delete a range of rows but am struggling to work this out.
Please can someone help?
Cheers
Chris
I am using the below code to delete a range of columns.
Code:
Range("A:A,C:C,D:D,E:E,F:F,G:G,I:I,K:K,M:M,N:N,O:O,P:P,Q:Q,R:R,S:S,T:T").Delete
However, I also want a code to delete a range of rows but am struggling to work this out.
Please can someone help?
Cheers
Chris