Link to home
Start Free TrialLog in
Avatar of HyperBPP
HyperBPP

asked on

Exact fit excess white space in Word 2013 table using VBA

I'm working with Word 2013 vba.  I have a table I inserted from Excel and used autofit to fit to the page ( myDoc.Tables(1).AutoFitBehavior wdAutoFitContent)

I shrink the text and remove all padding from the cells.  However there is always excess white space above and below all cells.  How can I tell it to shrink the cells all the way down to the height of the text with minimal white space.  I need to shrink the table as much as possible.
Avatar of HyperBPP
HyperBPP

ASKER

Also, I notice I can't even manually shrink the rows.  They always want white space.  Not sure if there is a setting to get around this.
ASKER CERTIFIED SOLUTION
Avatar of HyperBPP
HyperBPP

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial