Is there a way to remove row height settings from all tables in a Word - Microsoft Community


i have document series of word tables. need remove row height setting each table displays correctly on page. @ 287 pages, that's lot of tables individually remove row height each one. there way make global change change tables? because same setting on each 1 needs changed. tables same size. 

thanks!

use following macro (see http://www.gmayor.com/installing_macro.htm if needed):

sub restorerowheights()
    dim tbl table
    each tbl in activedocument.tables
        tbl.rows.heightrule = wdrowheightauto
    next tbl
end sub



Office / Word / Microsoft Office Programming / Office 2016



Comments

Popular posts from this blog

Can't Sign-in to OneDrive - Microsoft Community

Shared mailbox permissions - Microsoft Community

Outlook 2016 for Mac - Multiple Issues, Error 17884 - Microsoft Community