solution to Word 2007 BUG options.printbackgroundfailure<[email protected]

D

Dmitri Karpov

I posted this question several months ago (under y dmitri karpov account), and have finally stumbled on the answer.
There is a bug in Word 2007.
If the username and initials fields are not filled in, then for some inexplicable reason, the VBA code

options.printbackground

will fail to execute with a bad parameter error.

Custom solutions that require this code for printing will fail silently (or with a bad parameter error).

The solution: have the user put their username and initials in word. Close word. Try again.

I have reported this bug to Microsoft.

EggHeadCafe - .NET Developer Portal of Choice
http://www.eggheadcafe.com
 

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