A
alistre
Hello, I have a range (D9
P496) that contains numerical values and
text. I want to clear all the cells that do not have numerical values.
I attempted it below but failed miserably. As you can see I am a new
learner to VBA. Can you help?
If Workbooks("Regional Banks.xls").Worksheets("Regional
Banks").Range("D9
P496") <> Format ("#") Then Cells.Value = ""
End If
P496) that contains numerical values andtext. I want to clear all the cells that do not have numerical values.
I attempted it below but failed miserably. As you can see I am a new
learner to VBA. Can you help?
If Workbooks("Regional Banks.xls").Worksheets("Regional
Banks").Range("D9
P496") <> Format ("#") Then Cells.Value = ""End If