Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to change the font type of all the cells to
arial with out changing the size, bold or other formating options. Is there a way to do this through a macro? Thanks, Brady Snow Mckinney, Tx |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This will change all cells in the ActiveSheet.
Cells.Font.Name = "Arial" Or you could just click on the 'box' to the left of Column A and above Row 1. Change by selecting on Menu Bar, Format Cells Font Tab. HTH Paul -------------------------------------------------------------------------------------------------------------- Be advised to back up your WorkBook before attempting to make changes. -------------------------------------------------------------------------------------------------------------- I am trying to change the font type of all the cells to arial with out changing the size, bold or other formating options. Is there a way to do this through a macro? Thanks, Brady Snow Mckinney, Tx |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I change default font type/size in excel? | Setting up and Configuration of Excel | |||
Conditional format Font Type(not colour) change | Excel Discussion (Misc queries) | |||
Changing Font color based on font type or size | Excel Discussion (Misc queries) | |||
how to change all the words of one type(Gunsuh type)to another | Excel Discussion (Misc queries) | |||
"3 of 9 " font type | Setting up and Configuration of Excel |