Cannot create word.application with word 2003 basic

R

Randy

Is it possible to automate word 2003 basic using create
object("word.application"). I'm trying to automate word through Visual Foxpro
8.0. It appears that createobject("Word.Basic") works fine but I get an
error when creating the application object.
 
Top