I have the following code:
Range("L4").Value = "'1-4(1)"
For some reason it puts the "1-4" in the cell but not the "(1)". Does anyone have any ideas on how to change this line so that it prints out the whole text?
Thank you,
Dave
I have the following code:
Range("L4").Value = "'1-4(1)"
For some reason it puts the "1-4" in the cell but not the "(1)". Does anyone have any ideas on how to change this line so that it prints out the whole text?
Thank you,
Dave
4 people are following this question.