Can_This_Be_Don
Board Regular
- Joined
- Feb 15, 2005
- Messages
- 88
I've a userform which I've just discovered has a problem. Currently if a number is entered into a text box its saved to the worksheet as a number.
Can the code below be modified so that it saves as text?
ActiveCell.Offset(0, 3) = txtD.Value
Can the code below be modified so that it saves as text?
ActiveCell.Offset(0, 3) = txtD.Value