|
-
Jul 12th, 2005, 09:32 AM
#1
Thread Starter
New Member
[RESOLVED] Basic Word VBA question - text into document
Currently I am doing this
ThisDocument.Range.Text = ThisDocument.Range.Text & "Vendor: " & cboApp.Value & " With software: " & cboApplication.Value & " App Version: " & cboAppRev.Value & " On SDK version: " & cboSDK.Value & vbNewLine
To get text into a document. There has to be a better way than selecting it all, and pasting it all plus new stuff in there.
Very simple question, just don't know the answer. This would be a big help.
Thanks
-
Jul 12th, 2005, 10:40 AM
#2
Thread Starter
New Member
Re: Basic Word VBA question - text into document
Selection.TypeText (text) wow simple
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
|