Can anyone give me a clue as to what I need to do to search for blank columns in a range and delete them? I can do this for blank rows, but am stuck on deleting blank columns.
Here is the code I have started for the blank rows, but am lost on the columns section.
For a = 1 To lastrow...