Font Property Example
This example sets the number format and font for the active cell.
Set ac = Spreadsheet1.ActiveCell ac.NumberFormat = "0.###" ac.Font.Color = "blue" ac.Font.Name = "times new roman"