Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Font size and rows height for whole sheet

Hi. How can I set the font size and rows height for entire sheet?

Greetings
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 373
Default Font size and rows height for whole sheet

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

"bobens_83" wrote in message
...
Hi. How can I set the font size and rows height for entire sheet?

Greetings



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 373
Default Font size and rows height for whole sheet

oh, if you were asking about VBA, like this:

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

"Zone" wrote in message
...
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

"bobens_83" wrote in message
...
Hi. How can I set the font size and rows height for entire sheet?

Greetings





  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default Font size and rows height for whole sheet

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

"bobens_83" wrote in message
...
Hi. How can I set the font size and rows height for entire sheet?

Greetings



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sheet Name Font Size KC Excel Qns Excel Worksheet Functions 3 March 31st 09 08:28 AM
How do I change the font size inside a sheet tab? rgranell Excel Worksheet Functions 2 December 16th 08 07:15 PM
how to change font size of datalabels of two charts in a sheet amrezzat Charts and Charting in Excel 1 May 9th 06 01:04 AM
How can I change the font size on an Excel sheet tab? Inobugs Excel Discussion (Misc queries) 3 October 26th 05 10:58 AM
Change font size on sheet tabs Gavin Excel Discussion (Misc queries) 1 June 13th 05 07:50 AM


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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"