Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Programming / September 2007

Tip: Looking for answers? Try searching our database.

Font size and rows height for whole sheet

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
bobens_83 - 20 Sep 2007 13:42 GMT
Hi. How can I set the font size and rows height for entire sheet?

Greetings
Zone - 20 Sep 2007 14:08 GMT
Click on the rectangle above the row numbers and left of the column letters
to select the entire sheet.  Then you can use Format from the menubar to
format cells or rows.  James

> Hi. How can I set the font size and rows height for entire sheet?
>
> Greetings
Zone - 20 Sep 2007 14:14 GMT
oh, if you were asking about VBA, like this:

   Cells.Font.Size = 15
   Rows.EntireRow.RowHeight = 20

> Click on the rectangle above the row numbers and left of the column
> letters to select the entire sheet.  Then you can use Format from the
[quoted text clipped - 3 lines]
>>
>> Greetings
Peter T - 20 Sep 2007 16:31 GMT
If you want to change the default font size, or any cell formats, for ALL
sheets it would be better to change the Normal style of the workbook.
Format, Style...
or with code say
ActiveWorkbook.Styles("Normal").Font.Size = 12

Row heights in all sheets will adjust automatically to the new Normal style
font attributes. Also clear-formats if used will reset the workbook's Normal
style in cells.

Regards,
Peter T

> Hi. How can I set the font size and rows height for entire sheet?
>
> Greetings
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.