VBA code to not print hidden text

M

mgirving

Is there a code that ensures that tools > options > print > hidden text is
set as deselected? Thanks
 
G

Graham Mayor

Options.PrintHiddenText = False

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
Top