Hi All,
I've been using VBA to play with text in a cell. Basically I needed to change individual characters to be uppercase, lowercase, subscripted etc.
I think I have that sorted now but whilst playing around I tried using the StrConv vbUpperCase, vbLowerCase & vbProperCase functions, which has taken me down a garden path.. and now for completeness I'm struggling with how to 'clear' the cell of all formatting instructions such as vbPropercase etc. so that the user can enter text and it appear as typed.. i.e. if they type 'HEllo WOrld' that's what you get... rather than Excel formatting it for you...
Anyone know how to do this?
Cheers in advance!