L
Lostguy
Hello.
Hello!
My spreadsheet error-checking macro didn't pass the test today. Here's
the situation:
There are several cells in the range where I tell the user to leave
them blank if they do not apply. So for the formulas for these, I can
just use If(d2=""...).
But if the user hits the space bar, then the cell is no longer blank,
even though it looks like it is.
So, the macro needs to check the range of cells (D234). If any of
the cells have only spaces and no other characters, then end the macro
and put up a message box that says "The following cells are not blank:
d3, d16. Please delete the spaces and then press the Print button."
Any help with this macro appreciated!
VR/Lost
Hello!
My spreadsheet error-checking macro didn't pass the test today. Here's
the situation:
There are several cells in the range where I tell the user to leave
them blank if they do not apply. So for the formulas for these, I can
just use If(d2=""...).
But if the user hits the space bar, then the cell is no longer blank,
even though it looks like it is.
So, the macro needs to check the range of cells (D234). If any of
the cells have only spaces and no other characters, then end the macro
and put up a message box that says "The following cells are not blank:
d3, d16. Please delete the spaces and then press the Print button."
Any help with this macro appreciated!
VR/Lost