Excel vba to check to check if two columns are empty
Hi all,
Wondering if someone can help. I need to check if two Columns a and b in a row selection are empty.
The selection is done via the user selecting the rows and want it to work no matter how many rows are selecting. Thinking of having a message box for each saying row x column x is empty please correct.
Any ideas?
I was thinking along the lines of
If application.selection
And then a range then = " "
But no idea where to start.
|