|
-
Dec 17th, 2003, 10:58 PM
#1
Thread Starter
Junior Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|