- Joined
- May 6, 2011
- Messages
- 13
- Reaction score
- 0
Hi, I have a cell in my workbook that has <=1.0%
the number in this is subject to change and I need to be able to extract the number from it.
I have tried mid(range("A1"), 3, 5) but as it is subject to change it could be edited so that it reads 1.05%, in which case I would have to go back into edit the vba, is it possible to just extract the number part instead of the <, =, % in vba
Cheers guys
CUDDIHY2K7
the number in this is subject to change and I need to be able to extract the number from it.
I have tried mid(range("A1"), 3, 5) but as it is subject to change it could be edited so that it reads 1.05%, in which case I would have to go back into edit the vba, is it possible to just extract the number part instead of the <, =, % in vba
Cheers guys
CUDDIHY2K7