Hi
I am revamping this bit of code
The cell it refers to now, must be returned not if it is not blank but if it contains numbers
The problem is it is not really a number as it can and will contain spaces
ie 145 4132 6552
how can I get around this
M
I am revamping this bit of code
Code:
If AWB.Value <> "" Then
The cell it refers to now, must be returned not if it is not blank but if it contains numbers
The problem is it is not really a number as it can and will contain spaces
ie 145 4132 6552
how can I get around this
M