J
Jess
hi all
I am trying to open word a web document in word programatically as in MSD
Anyway, it takes alot of time to process. Anyone could help
Documents oDocs = oWord.GetDocuments()
_Document oDoc = oDocs.Open(COleVariant(strURL)
vFalse,vTrue,vFalse,COleVariant(""),COleVariant("")
vFalse,COleVariant(""),COleVariant(""),COleVariant (0L), //wdOpenFormatAuto=0
vOpt, vTrue);
I am trying to open word a web document in word programatically as in MSD
Anyway, it takes alot of time to process. Anyone could help
Documents oDocs = oWord.GetDocuments()
_Document oDoc = oDocs.Open(COleVariant(strURL)
vFalse,vTrue,vFalse,COleVariant(""),COleVariant("")
vFalse,COleVariant(""),COleVariant(""),COleVariant (0L), //wdOpenFormatAuto=0
vOpt, vTrue);