I am reading imported data that occasionally separates a conformation number into its own cell. Thus when I read it I get the dreaded, "Run-time error '6'".
If I know it is a number and the previous cell ends with, "Confirmation #:" or, "confirmation number is" then I can handle it. But I cannot test if it is numeric and IsError(Cells(CurRow + 1, 1)) returns FALSE.
How do I test for the Run-time error '6'?
Here are some of the values in the cells I am dealing with:
30872268079
30042067910
530560067953
If I know it is a number and the previous cell ends with, "Confirmation #:" or, "confirmation number is" then I can handle it. But I cannot test if it is numeric and IsError(Cells(CurRow + 1, 1)) returns FALSE.
How do I test for the Run-time error '6'?
Here are some of the values in the cells I am dealing with:
30872268079
30042067910
530560067953