VBA Help (Excel)

Soldato
Joined
18 Oct 2002
Posts
3,146
Location
Altrincham
Hi Guys need a hand!

I need to have a procedure so that if a particular cell does NOT have any data in it, an error message is presented.

Only complication is that at the same time, if in a checkbox a "NA" is selected, this error message mustn't be presented.

Can anyone give me a heads up ?

it's been a while since I did VB, i'm sure its pretty simple. Is there a command like Len(CellName) > 0 or something?
 
Back
Top Bottom