C
christophercbrewster via OfficeKB.com
I have a macro that creates a table for showing procedure steps. When I step
through the macro, I have a correct table. But when I *run* the macro, the
column widths mysteriously revert to equal. (That is, they go from .5 and 5.5
to 3 and 3.) The table is set for FixedWidth, and just for good measure I
added "Selection.Tables(1).AllowAutoFit = False". (And it worked yesterday!)
What would be overriding this setting?
through the macro, I have a correct table. But when I *run* the macro, the
column widths mysteriously revert to equal. (That is, they go from .5 and 5.5
to 3 and 3.) The table is set for FixedWidth, and just for good measure I
added "Selection.Tables(1).AllowAutoFit = False". (And it worked yesterday!)
What would be overriding this setting?