|
-
Jun 7th, 2004, 06:46 AM
#1
Thread Starter
Member
Word document
How do you do an "endl" in a word document?
Can´t find the command for it.
-
Jun 7th, 2004, 06:53 AM
#2
New Member
I am guessing you mean:
How do I put an endl into a document that has text in it (or a variable). Take a look at this:
textedit1.text = "Line 1" & chr(13) & chr(10) & "Line 2"
You can use this in documents too.
-
Jun 7th, 2004, 07:18 AM
#3
Thread Starter
Member
That worked.
Thanks alot.
Used
word_document_main.Range.InsertAfter(Chr(13))
to change line at the end of the document.
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
|