Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want Sheets 2 & 3 to use Arial size 8 formatting only. What's the
best way to do that? Thanks in advance, -- Dan |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks galimi, it worked perfectly.
-- Dan galimi wrote: Dan, You can write the following for the sheet2 object to change the current used range. If you want to apply it to the whole sheet, use cells instead of usedrange. with sheet2.usedrange.font .name = "Verdana" .size=8 end with -- http://HelpExcel.com "Dan R." wrote: I want Sheets 2 & 3 to use Arial size 8 formatting only. What's the best way to do that? Thanks in advance, -- Dan |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert arial text field to barcode | Excel Worksheet Functions | |||
Can I change the default front from Tahoma to Arial | Excel Discussion (Misc queries) | |||
Can I change the default front from Tahoma to Arial | Excel Discussion (Misc queries) | |||
Arial Font not fixed pitch on display zoom <79% | Excel Discussion (Misc queries) | |||
Arial Unicode | Setting up and Configuration of Excel |