Greetings,
I need a macro that deletes entire Column if any column from A to Z is empty,
So if Column A has Contents anywhere from A1 to the end, then leave it as it is, but if the entire Column B
is empty, then delete Column B and so on up to Column Z.
I tried to figure the VBA for this, can do the Row type delete if empty, but the Column if empty is
doing my head in because it has to be between Columns A – Z.
I’m not sure if it’s loop or what.
Thanks in Advance.