Thread: Formating Macro
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Brady Snow Brady Snow is offline
external usenet poster
 
Posts: 10
Default Formating Macro

I want to apply this macro to all the workshhets in a
workbook.

Sub Change_Font()
Cells.Font.Name = "Arial"

End Sub

How would I code this to change all the cells in all the
worksheets?

Many Thanks,

Brady Snow

McKinney, Texas