word.basic

P

Pablo Taminelli

Hello
I need to modify an old program, which creates a .doc file, using the model
"word.basic" (MS Word 95) instead of "word.application" But I can't find the
properties or methods of that model. Today, the program is very simple and
only inserts text:

oWord = CreateObject("Word.Basic")
....
....
oWord.Insert("Text......")

But what I need is to align that text (Left, Center, Right, Justify) and
make some other changes

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top