xenomage,,
Here are a couple of VBScript programming examples - Microsoft has a available an Excek spreadsheet for Excel constants like the ones below. You can probably go to their web site and search for "Constants for Microsoft Office Programs".
Cheers,
fengshui_1998
' Excel constants
xlLeft = -4131
xlCenter = -4108
xlCenterAcrossSelection = 7
xlRight = -4152
xlUnderlineStyleSingle = 2
actv.Rows(1).RowHeight = 36
actv.Cells(2,1).WrapText = True
actv.Columns("A"

.ColumnWidth = 5
actv.Range("F12"

.Interior.ColorIndex = 6
actv.Range("F12"

.Formula = "=Sum(F3:F11)"
actv.Range("F12"

.NumberFormat = "$#,##0.00"
actv.Range("A1:F1"

.Interior.ColorIndex = 6
actv.Range("A1:F1"

.HorizontalAlignment = xlCenterAcrossSelection
actv.Range("A1:F1"

.VerticalAlignment = xlCenter
actv.Range(Cell).Value = Val
actv.Range(Cell).Font.Name = FontName
actv.Range(Cell).Font.Size = Sz
actv.Range(Cell).Font.Bold = Bld
actv.Range(Cell).HorizontalAlignment = Align
actv.Range(Xrange).Borders(xEdge).Color = 1 'xedge 7=left,8=top,10=bottom,9=right
actv.Range(Xrange).Borders(XEdge).LineStyle = 1
actv.Range(Xrange).Borders(XEdge).Weight = 4 '4 thick, 2 thin
set XBox = Actv.CheckBoxes.Add(340, 306.8, 0, 0)
XBox.Text = "Put text in"