|
-
Oct 26th, 2003, 12:21 PM
#1
Thread Starter
New Member
Text wrapping break in word
Hello,
I am importing word document to another application. The documents imports fine except that sometimes the word wrapping is different. To overcome this, I inserted text wrapping breaks (Inseart--> Break--> Text wrapping break) at the end of each line of the word document. The documents are usually only paragraphs with text lines.
Now, repeating the above step manually is bound for errors...sometimes somelines get missed out for inserting the breaks. I want to do the following using VBA :
1) Scan through the word document and list the lines or line numbers that doesnot have this text wrapping breaks at the end of the line.
2) If there are lines found in step 1 above, insert the text wrapping breaks using the same VBA.
Any help or sample code will greatly help me.
Thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|