ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   formatting a work book (https://www.excelbanter.com/excel-programming/317554-formatting-work-book.html)

Gordon[_2_]

formatting a work book
 
Hi...

I have a workbook with 45 sheets in it. I want to set the cell aligment of
all these sheets to wrap text and to set the font to aerial 10. This code
would be run from a macro button on a summary sheet within the same workbook.

I'm dead on my feet formatting each page. Any ideas would gratefully received.

Thanks Gordon.

R-Enemy[_4_]

formatting a work book
 

This should do it...

For i = 1 To Sheets.Count
With Sheets(i).Cells
.Font.Name = "Arial"
.Font.Size = 10
.WrapText = True
End With
Next i


Hope that helps

--
R-Enem
-----------------------------------------------------------------------
R-Enemy's Profile: http://www.excelforum.com/member.php...fo&userid=1673
View this thread: http://www.excelforum.com/showthread.php?threadid=31935



All times are GMT +1. The time now is 04:00 PM.

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