Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 394
Default Change Sheet Format to Tahoma

Hi everyone,

I have a sheet named "Stats" that I want to delete and then add a
sheet named "Stats" (the same name) which is what ...

Worksheets("Stats").Delete
Worksheets.Add.Name = "Stats"

.... the above does.
What I would also like to do is to Format the WHOLE sheet as Tahoma
Font please.

Thanks in Advance.
All the Best.
Paul

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,058
Default Change Sheet Format to Tahoma

Cells.Font.Name = "Tahoma"
--
Gary''s Student - gsnu200740


"Paul Black" wrote:

Hi everyone,

I have a sheet named "Stats" that I want to delete and then add a
sheet named "Stats" (the same name) which is what ...

Worksheets("Stats").Delete
Worksheets.Add.Name = "Stats"

.... the above does.
What I would also like to do is to Format the WHOLE sheet as Tahoma
Font please.

Thanks in Advance.
All the Best.
Paul


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 394
Default Change Sheet Format to Tahoma

Cheers Gary''s Student.

All the Best.
Paul

On Aug 29, 10:22 am, Gary''s Student
wrote:
Cells.Font.Name = "Tahoma"
--
Gary''s Student - gsnu200740



"Paul Black" wrote:
Hi everyone,


I have a sheet named "Stats" that I want to delete and then add a
sheet named "Stats" (the same name) which is what ...


Worksheets("Stats").Delete
Worksheets.Add.Name = "Stats"


.... the above does.
What I would also like to do is to Format the WHOLE sheet as Tahoma
Font please.


Thanks in Advance.
All the Best.
Paul- Hide quoted text -


- Show quoted text -



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
error message appear while trying to change format in Exel sheet Prasad Excel Discussion (Misc queries) 1 December 19th 07 02:35 PM
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
Can one change the font or format of a sheet name? KMcGrail Excel Discussion (Misc queries) 2 June 14th 05 10:43 AM
How can I pre format all Excel comments to Tahoma, font size 12, . MongoMan Excel Discussion (Misc queries) 3 December 9th 04 03:07 AM


All times are GMT +1. The time now is 06:12 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"