View Single Post
 
Old 07-03-2015, 05:14 AM
subspace3 subspace3 is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Oct 2014
Posts: 8
subspace3 is on a distinguished road
Default 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.
Reply With Quote