marcvanderpeet12
Member
Dear all,
I'm looking for a VBA code which can perform the following:
Scroll through some digits and
- if the first number is <> "0" it should perform left(A1;6)
- if the first number is "0" it should perform left(A1;5)
- if the first number is "0" it should perform left(A1;4)
Anybody some clue on how I can achieve this?
Dear regards,
Marc
I'm looking for a VBA code which can perform the following:
Scroll through some digits and
- if the first number is <> "0" it should perform left(A1;6)
- if the first number is "0" it should perform left(A1;5)
- if the first number is "0" it should perform left(A1;4)
Anybody some clue on how I can achieve this?
Dear regards,
Marc