View Single Post
 
Old 03-30-2016, 04:45 PM
rpb925 rpb925 is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Mar 2016
Location: Sydney
Posts: 17
rpb925 is on a distinguished road
Default

Paul I took on your the verbose approach and used
Code:
'1cm=28points
            With .Columns(1)
            .Width = 84
            End With
             
            With .Columns(2)
            .Width = 364
            End With
and worked a treat. I think the tables are sorted now.
Reply With Quote