View Single Post
 
Old 02-28-2020, 03:22 AM
WJSwanepoel WJSwanepoel is offline Windows 10 Office 2007
Advanced Beginner
 
Join Date: Dec 2019
Location: Krugersdorp, South Africa
Posts: 65
WJSwanepoel is on a distinguished road
Default Handling table formatting in VBA

I have a table (2 columns) which I select and need to set the following:

Entire table:

Set it so that rows can break across pages
Set the font to Verdana
Set border around all cells (i.e. Grid)
Set rows to fit the text
Set cell margins: Top =.05 cm, bottom = .05 cm, left = .15 cm, right, .05 cm
Column 1: Set font to size 10Pt, Left align

Column 2: Set font to size 11 pt, justified

I use Word 2007

How do I do this?
Reply With Quote