Hi All,
I am a newbie with VBA and I have 2 simple question...but I couldn't find the answers in the forum or by googling it
1) check if in cell A1 there is a number. Something like
2) how to get the "code" of cell A1 in VBA (i.e =code(A1)).I tried
but it didn't work.
Many thanks for your help.
Peace
I am a newbie with VBA and I have 2 simple question...but I couldn't find the answers in the forum or by googling it
1) check if in cell A1 there is a number. Something like
Code:
If .Cells(1,1).Value is number then ....
Code:
.Cell(1,1).Code
Many thanks for your help.
Peace