P
Phil Floyd
In cell D11 there is a number like 310012-245. The cell is formatted
General but it seems that it is seen as text when trying to advance the
number by 1 with code (to 310012-246). I have tried:
Range("D11").Value = Range("D11").Value + 1
but always get a debug error. What needs to be done to make this work?
Thanks,
Phil
General but it seems that it is seen as text when trying to advance the
number by 1 with code (to 310012-246). I have tried:
Range("D11").Value = Range("D11").Value + 1
but always get a debug error. What needs to be done to make this work?
Thanks,
Phil