Dear all,
I have the following problem:
In a VBA Excel programme, I am checking the value of an array of cells. In some cells are numerical values. That is okay. But sometimes I have #N/B as value in the cell (the worksheet is delivered to me by a supplier) and then the VBA programme comes to a halt. How can I eliminate the #N/B, or better neglect the error message and continue with my programme?
Thx in advance
I have the following problem:
In a VBA Excel programme, I am checking the value of an array of cells. In some cells are numerical values. That is okay. But sometimes I have #N/B as value in the cell (the worksheet is delivered to me by a supplier) and then the VBA programme comes to a halt. How can I eliminate the #N/B, or better neglect the error message and continue with my programme?
Thx in advance