D
Domseeker
Hi everyone,
Different tables in one document, should be hidden or unhidden according to
the font color.
With the code
"If oTbl.range.font.color=wdcolorDarkRed then
oTbl.Range.font.hidden=True"
some tables are not recognized (code color value=999999
However the code "If oTbl.cell(1,1).range.font.color=wdcolorDarkRed.."
seems to work..
Is the first one, not working because of the number of rows, or something
else?
Thanks for your input
Different tables in one document, should be hidden or unhidden according to
the font color.
With the code
"If oTbl.range.font.color=wdcolorDarkRed then
oTbl.Range.font.hidden=True"
some tables are not recognized (code color value=999999
However the code "If oTbl.cell(1,1).range.font.color=wdcolorDarkRed.."
seems to work..
Is the first one, not working because of the number of rows, or something
else?
Thanks for your input