Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 220
Default Arial pt. 8 ONLY

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 220
Default Arial pt. 8 ONLY

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
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
Convert arial text field to barcode bob engler Excel Worksheet Functions 1 July 7th 06 08:29 AM
Can I change the default front from Tahoma to Arial Karen Excel Discussion (Misc queries) 1 November 6th 05 10:07 PM
Can I change the default front from Tahoma to Arial Naz Excel Discussion (Misc queries) 0 November 6th 05 04:14 PM
Arial Font not fixed pitch on display zoom <79% LeighUK Excel Discussion (Misc queries) 3 September 29th 05 03:12 PM
Arial Unicode [email protected] Setting up and Configuration of Excel 0 August 19th 05 02:00 AM


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

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

About Us

"It's about Microsoft Excel"