Tuesday, December 11, 2007

How to work the Font Properties in Codes

How to work the Font Properties in Codes

To work the Font Properties in Codes

Below are the programming codes to define the font size and color of objects:

Object.Font.Size = 18

Object.Font.Bold = True

Object.Font.Italic = True

Object.Font.Underline = True


No comments: