Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Does anyone know how to change the font size of the row and column headers (1 to 65536, A to IV). Thanks, Steven |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Steven
Try Ctrl A and use dropdown selection for Font type and Size. or with a macro Sub Change_FontandSize() Cells.Select With Selection.Font .Name = "Arial Narrow" .Size = 10 End With End Sub Change font name and Size to suit HTH Bob Christie -----Original Message----- Hi, Does anyone know how to change the font size of the row and column headers (1 to 65536, A to IV). Thanks, Steven . |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
by using sheet header/footer you could repeat the headings
for each sheet. [view - Header & Footer -click sheet -select range for rows to repeat at top] -----Original Message----- Hi, Does anyone know how to change the font size of the row and column headers (1 to 65536, A to IV). Thanks, Steven . |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sorry about the prevoius post. Re-read your post and now
know you are after the actual A B C along and 1 2 3 down side. They get larger as you increase the zoom screen size . But as to how to increase their size in 100% zoom I can not help. Sorry Bob C -----Original Message----- Hi, Does anyone know how to change the font size of the row and column headers (1 to 65536, A to IV). Thanks, Steven . |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Steven,
The font used in the row and column headers is determined by the Normal style. To change it, select Format|Style from the Worksheet menu. Select the Normal style and click modify. The changes you make will also be applied to any cells using the normal style, which is the default. -- John Green - Excel MVP Sydney Australia "Steven Revell" wrote in message ... Hi, Does anyone know how to change the font size of the row and column headers (1 to 65536, A to IV). Thanks, Steven |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Go to Format=Style, select the normal style and click the modify button.
Change the font. This will change the default for the worksheet as well. -- Regards, Tom Ogilvy "Steven Revell" wrote in message ... Hi, Does anyone know how to change the font size of the row and column headers (1 to 65536, A to IV). Thanks, Steven |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Changing Font color based on font type or size | Excel Discussion (Misc queries) | |||
How do I format spreadsheet w/o changing font size? | Excel Worksheet Functions | |||
Changing the font case size across a worksheet | Excel Discussion (Misc queries) | |||
changing default font and size in Excel | New Users to Excel | |||
Changing font size in a list box | Excel Discussion (Misc queries) |