Column widths don't keep width set by macro

  • Thread starter christophercbrewster via OfficeKB.com
  • Start date
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?
 
C

christophercbrewster via OfficeKB.com

I got the macro working after some messing around. But I still don't know
what caused the problem-- or what solved it.
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?

--
Christopher Brewster
Lockheed Martin, Eagan MN

Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.aspx/word-tables/200710/1
 
Top