PDA

View Full Version : Seek and Destroy!!



thehog6929
05-11-2009, 02:23 PM
Hey folks!

Is there a way to Find and Replace (or seek and destroy!!) the special character that represents a carriage return?? It looks like a square.

12345 - 123 AVENUE SWANYTOWN USA 12345

lucas
05-11-2009, 02:35 PM
How is it being created and where? Is it from importing data or is it from your code using vbNewLine?

If it is the latter try using Chr(10) instead.

joms
05-12-2009, 06:46 AM
hi, try copying your data to notepad... and export it back to word.. check if it will help....

Paul_Hossler
05-14-2009, 03:51 PM
Do you have a small sample doc to post?

Paul

fumei
05-19-2009, 10:07 AM
And do you want to keep the text as different paragraphs? We need more details about what you are doing. In other words, do you want to change:

12345 - 123 AVENUE SWANYTOWN USA 12345

to:

12345 - 123 AVENUE SWANYTOWN USA 12345

You state you want to remove the square character...so, does the above match what you actually want?