Results 1 to 2 of 2

Thread: [RESOLVED] Basic Word VBA question - text into document

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2005
    Posts
    10

    Resolved [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

  2. #2

    Thread Starter
    New Member
    Join Date
    Jun 2005
    Posts
    10

    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
  •  



Click Here to Expand Forum to Full Width