Open web document in word too slow

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);
 

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