Word 2007 VBA error

K

klav

I have a macro that is running fine on most user's PCs except for one. On
this PC, the following line of code produces the error "This setting could
not be created."

Options.PrintHiddenText = false

Anyone have an idea why this would cause this eror on only this particular PC?
 
A

Anand.V.V.N

Not sure, but does the user's pc has a printer installed? it could be becuase
of that, I am not sure about word 2007 though.
Anand
 
Top