M
mark_hall
Hi,
I currently have a series of merged cells which I want to be checked
for population before allowing the user to the send the s/sheet off.
I'm currently using :
For Each Name In Range("mandatory_fields")
If Name.Value = "" Then
etc....
However, say for example i have a merged cell of h12
12 called
"mandatory_fields". The macro counts them as individual cells so even
when populated, it can never be validated - wants cell I12 to be
populated etc...
This make sense to anyone?
I currently have a series of merged cells which I want to be checked
for population before allowing the user to the send the s/sheet off.
I'm currently using :
For Each Name In Range("mandatory_fields")
If Name.Value = "" Then
etc....
However, say for example i have a merged cell of h12

"mandatory_fields". The macro counts them as individual cells so even
when populated, it can never be validated - wants cell I12 to be
populated etc...
This make sense to anyone?