Hallo,
Does someone know where I can find a complete list of the keywords and syntax used in vba in order to format excel cells, such as:
.Columns("A"
.ColumnWidth = 50
.Cells(1, 1).Interior.ColorIndex = "15"
.Rows("1"
.RowHeight = 36
.Range("A1:F1"
.Font.Bold = True
.Range("G1:I1"
.Merge
how to change the cell formatting(time, text, date, etc), how to set the vertical and horizontal alignment, etc
Does someone know where I can find a complete list of the keywords and syntax used in vba in order to format excel cells, such as:
.Columns("A"
.Cells(1, 1).Interior.ColorIndex = "15"
.Rows("1"
.Range("A1:F1"
.Range("G1:I1"
how to change the cell formatting(time, text, date, etc), how to set the vertical and horizontal alignment, etc