Hello All,
I was wondering how could I delete all the columns I do not need from a report without having to either mention them or have their address?
Usually when I want to clean up a report I delete columns using something like:
Range("B:B,D:D,F:G,I:I,K:K,M:N,P:S,U:BH,BJ:BJ,BL:BX").Delete...