Results 1 to 2 of 2

Thread: Inserting text into word from VB

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2003
    Posts
    31

    Inserting text into word from VB

    I'm wondering how to insert text into word using VB.

    I created a new word instantiation like this:

    Private wdCurrent As Word.Application

    Now I need to know what command I would use to insert text. Like...

    wdCurrent.????? = "text"

    What would fill in those question marks?

    Also, anyone know where I can find a list of commands for word? Like how to make text bold or italic.
    Last edited by Carter; Dec 17th, 2003 at 11:01 PM.

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