View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.newusers
CLR
 
Posts: n/a
Default Activating a Macro

Tools Macro Macros select the macro by name in the large window and
press RUN

Vaya con Dios,
Chuck, CABGx3



"d_kight" wrote:

How do I activate this Macro?

Sub sigma_to_cell()
Selection.Font.Name = "Symbol"
Selection.Value = "S"
End Sub

Any help is greatly appreciated.

Dan