You are on page 1of 1

*assigned macro for CLICK ME* 'Cells(3).Font.

Bold = True ' With Range("c11") = "=$E$8-(A11*B11)"


Selection.Borders(xlEdgeTop)
Sub bsce_1bcell() 'Cells(3).Font.Italic = True
' .LineStyle = xlcontiniuous
CLEAR DATA 'Cells(3).Font.Underline = True Range("a11:a12").Select
' .Weight = xlThin
'Cells.ClearContents 'Cells(3).Font.ColorIndex = 3 Selection.AutoFill
' End With Destination:=Range("a11:a20"),
'Cells.ClearFormats CUSTOMIZE FONT Type:=xlFillDefault
' With
ADD NUMBER ' With Cells(3).Font Selection.Borders(xlEdgeBottom)

'Range("d8") = 100 ' .Name = "monotype corsiva" ' .LineStyle = xlcontiniuous Range("b11").Select

'Range("d8").NumberFormat = ' .Size = 15 ' .Weight = xlThin Selection.AutoFill


"0.00 ""m""" Destination:=Range("b11:b20"),
' .Bold = True ' End With Type:=xlFillDefault
''MsgBox Range("d8").Value
' .Italic = True ' With
' Selection.Borders(xlInsideVertical)
' .Underline = True Range("c11").Select
'Debug.Print Range("d8").Text ' .LineStyle = xlcontiniuous
' .ColorIndex = 3 Selection.AutoFill
'Cells(10) = "BSCE 1B" 'i shall ' .Weight = xlThin Destination:=Range("c11:c20"),
return ' End With Type:=xlFillDefault
' End With
' '
' With
'Range("xfd1") = 5 ' With Range("b1").Font Selection.Borders(xlInsideHorizont End Sub
al)
LOCATE ' .Name = "monotype corsiva" ----------------------------------------------
' .LineStyle = xlcontiniuous -----
'Debug.Print Range("xfd1").Column ' .Size = 15
' .Weight = xlThin *assigned macro for CLEAR DATA*
'Debug.Print Range("xfd1").Row ' .Bold = True
' End With Sub CLEAR_DATA()
' ' .Italic = True
' Cells.ClearContents
'Cells(16385) = 200 ' .Underline = True
COLUMN WIDTH/COLUMN HEIGHT Cells.ClearFormats
' ' .ColorIndex = 3
'
'Cells(16386) = 250 ' End With
'Range("c2") = 1000000 End Sub
'Debug.Print Cells(16386).Column '
'Range("c:c").ColumnWidth = 15
' 'Cells(10, 3) = 250
'Range("2:2").RowHeight = 30
'Range("bsce1b_table").Cells(5) = 'Cells(10, "d") = 300
300 '
'
'Range("bsce1b_table") = 200 MERGE CELLS
'Range("bsce1b_table").Cells(45) =
'Range("bsce1b_table") = 500 'Range("b3:d3").Select
Range("a1:d10")
' 'Selection.MergeCells = True
'
'Cells.Font.Size = 15 '
'Range("h:h") = 100
' ALLIGNMENTS WITHIN A CELL
'Range("10:10") = 200
'Range("d16:h20") = 700 'Range("c2").Select

'Range(Cells(16, 4), Cells(20, 8)) = 'With Selection


'MsgBox 800
Range("bsce1b_table").Count '.HorizontalAlignment = xlCenter
'options: xlleft, xlright, xlgeneral
'Range("bsce1b_table").Select
BORDERS '.VerticalAlignment = xlCenter
' 'options: xltop, xlbottom, xlgeneral
'Range("b2:d20").Select
'Cells(50000) = 200 'End With
' With
'Cells(50000).Select Selection.Borders(xlEdgeLeft) '

'MsgBox Cells(50000).Address(0, 0) ' .LineStyle = xlcontiniuous '

' ' .Weight = xlThin '

'MsgBox Cells(3).Value ' End With 'Cells(1).Select

'MsgBox Cells(3).Text ' With AUTOFILL


Selection.Borders(xlEdgeRight)
'MsgBox Cells(3).Formula Range("a11") = 1
' .LineStyle = xlcontiniuous
FONT Range("a12") = 2
' .Weight = xlThin
'Cells(3).Font.Name = "monotype Range("b11") = 2
corsiva" ' End With
Range("e8") = 20
'Cells(3).Font.Size = 15

You might also like