Change Sheet Format to Tahoma

  • Thread starter Thread starter Paul Black
  • Start date Start date
P

Paul Black

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top