IndigoDragon
Programmer
Hi y'all,
[VBA in Excel]
I've been trying to get rid of the explicit linebreak 'characters' from text in cells. Those 'pesky squares'! They're screwing up the text (visually) and my ADO connection only reads data up to those characters.
I've already tried the following:
- Setting 'wrap text' does didly sh?t!
- I tried replacing "vbLf" with " ". This only causes the text to feed 'inline'. The text than acts as if there were no hard returns. However, the small squares are still visible. So, my conclusion is: the squares are no vbLF's. Right!? So, what are they...?
- I've tried replacing "Chr(10)" with " ". This doesn't do anything at all, visually anyway.
Does anyone have any suggestions?
ThanX!
[VBA in Excel]
I've been trying to get rid of the explicit linebreak 'characters' from text in cells. Those 'pesky squares'! They're screwing up the text (visually) and my ADO connection only reads data up to those characters.
I've already tried the following:
- Setting 'wrap text' does didly sh?t!
- I tried replacing "vbLf" with " ". This only causes the text to feed 'inline'. The text than acts as if there were no hard returns. However, the small squares are still visible. So, my conclusion is: the squares are no vbLF's. Right!? So, what are they...?
- I've tried replacing "Chr(10)" with " ". This doesn't do anything at all, visually anyway.
Does anyone have any suggestions?
ThanX!