Hide #NUM from a sheet using excel VBA
Posted by Raj Nair on October 10, 2001 6:41 AM
I wish to hide the #NUM from a worksheet - but not remove the formula.
If I wish to look through every cell in a workbook, hide the #NUM with white text so that it is invisible, how do I manage it ?
Thanks in advance.
I have tried the =ISERROR() function, but I need row references like A2, A3 etc. I am unaware of any ways to get row/col references like that from within VBA.