Leo_Polla_Psemata
Registered User.
- Local time
 - Today, 05:53
 
- Joined
 - Mar 24, 2014
 
- Messages
 - 364
 
Hi
When we extract from access a report to excel (see my previous topic https://www.access-programmers.co.uk/forums/threads/extract-excel-from-access.324274/#post-1838727)
we can format various fields
When we want to fix the width of a column we have
.Columns("A:A").EntireColumn.AutoFit
How could we autofit an row ?
 When we extract from access a report to excel (see my previous topic https://www.access-programmers.co.uk/forums/threads/extract-excel-from-access.324274/#post-1838727)
we can format various fields
When we want to fix the width of a column we have
.Columns("A:A").EntireColumn.AutoFit
How could we autofit an row ?