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.
