Word printing slow when called from Access

K

kiln

I'm calling Word 2003 from Access 2000, late bound. Here is a routine
that till very recently printed light duty word docs pretty fast
(shorthand)

Set objWord = CreateObject("Word.Application")
' Open a doc so the selections can print, need a loaded doc...
objWord.Documents.Add strSomeDoc
objWord.PrintOut Background:=False, FileName:="c:\mydoc.doc"

For some reason it jams up word for about a minute before anything
starts to print. I can't think of anything that's changed recently on
this pc, other than I've applied winxp sp2. Not sure how to approach
this...in task manager, word never goes over 2% of cpu.
 

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