ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Can we write VBA code to set all column/row's size back to default size? (https://www.excelbanter.com/excel-programming/271039-can-we-write-vba-code-set-all-column-rows-size-back-default-size.html)

Earle

Can we write VBA code to set all column/row's size back to default size?
 
Somthing like one of these may work...

a.
Worksheets("Sheet1").Range("A1:D8"). _
AutoFormat Format:=xlRangeAutoFormatClassic1

b.
Columns("E:E").EntireColumn.AutoFit

You will have to play with these, and the Range/Columns as
required.


-----Original Message-----
VBA code changes the Excel column/row size, Can we write
VBA code to set all column/row's size back to default

size?

Thanks in advance!
.



All times are GMT +1. The time now is 07:20 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com