VBA to add Soft return to a Save-As-Text file

D

Dennis

Office 2003

Word is a wonderful word processer. Visio, expecially, text-box
editing is cryptic at best.

Goal -> 1) Type information (For the Visio text Box) in Word
2) Manually ascertain the approx line length that Visio
will handle in that particular text box.
3) Set margins manually in Word to wrap at #2's width
4) VBA-process the word document to place a soft return at
end of the wrapped line (should this be a hard return?)
Visio seems to handle a soft Return while text editing.
(Should I process to file as a word or as a text file?
5) Copy/Paste the processed file into Visio.

Would someone please supply the VBA code for #4 or other advice to help
solve my challenge?

Dennis
 
W

Word Heretic

G'day "Dennis" <[email protected]>,

Selection.Information(wowser) returns the info you need to set this
up. Automated typesetting is entirely non-trivial. If you require a
commercial solution, please contact me offlist.

Steve Hudson - Word Heretic

steve from wordheretic.com (Email replies require payment)
Without prejudice


Dennis reckoned:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top