alan myers
Board Regular
- Joined
- Oct 31, 2017
- Messages
- 119
- Office Version
- 365
- Platform
- Windows
Sub saturday()
'
' saturday Macro
'
'
Cells.Select
Application.CutCopyMode = False
With Selection.Font
.Name = "Calibri"
.FontStyle = "Bold"
.Size = 11
.Strikethrough = False
.Superscript = False
.Subscript = False
.OutlineFont = False
.Shadow = False
.Underline = xlUnderlineStyleNone
.ThemeColor = xlThemeColorDark1
.TintAndShade = 0
.ThemeFont = xlThemeFontMinor
End With
Selection.Borders(xlDiagonalDown).LineStyle = xlNone
Selection.Borders(xlDiagonalUp).LineStyle = xlNone
Selection.Borders(xlEdgeLeft).LineStyle = xlNone
Selection.Borders(xlEdgeTop).LineStyle = xlNone
Selection.Borders(xlEdgeBottom).LineStyle = xlNone
Selection.Borders(xlEdgeRight).LineStyle = xlNone
Selection.Borders(xlInsideVertical).LineStyle = xlNone
Selection.Borders(xlInsideHorizontal).LineStyle = xlNone
With Selection.Interior
.Pattern = xlSolid
.PatternColorIndex = xlAutomatic
.ThemeColor = xlThemeColorLight1
.TintAndShade = 0
.PatternTintAndShade = 0
End With
Rows("1:1").Select
Selection.Delete Shift:=xlUp
ActiveWindow.SmallScroll Down:=15
Rows("23:24").Select
Selection.Delete Shift:=xlUp
ActiveWindow.SmallScroll Down:=21
Rows("46:46").Select
Selection.Delete Shift:=xlUp
ActiveWindow.SmallScroll Down:=21
Rows("69:69").Select
Selection.Delete Shift:=xlUp
ActiveWindow.SmallScroll Down:=24
Rows("92:92").Select
Selection.Delete Shift:=xlUp
ActiveWindow.SmallScroll Down:=24
Rows("115:115").Select
Selection.Delete Shift:=xlUp
ActiveWindow.SmallScroll Down:=24
Rows("138:139").Select
Selection.Delete Shift:=xlUp
Range("K143").Select
ActiveWindow.SmallScroll Down:=-183
Range("B1:L22").Select
Range("L22").Activate
Selection.Cut
Range("A1").Select
ActiveSheet.Paste
Columns("B:B").Select
Selection.Delete Shift:=xlToLeft
Columns("C:C").Select
Selection.Insert Shift:=xlToRight, CopyOrigin:=xlFormatFromLeftOrAbove
Range("C1").Select
ActiveCell.FormulaR1C1 = "BH"
Columns("D:D").Select
Selection.Delete Shift:=xlToLeft
Range("E1").Select
ActiveCell.FormulaR1C1 = "II"
Columns("G:G").Select
Selection.Delete Shift:=xlToLeft
Columns("H:H").Select
Selection.Delete Shift:=xlToLeft
Range("I1").Select
ActiveCell.FormulaR1C1 = "TV"
Range("J1").Select
ActiveCell.FormulaR1C1 = "UT"
Range("K1").Select
ActiveCell.FormulaR1C1 = "SUN IS"
Range("L1").Select
ActiveCell.FormulaR1C1 = "SUN NY"
Range("C2").Select
ActiveCell.FormulaR1C1 = "0"
Range("E2").Select
ActiveCell.FormulaR1C1 = "0"
Range("I2").Select
ActiveCell.FormulaR1C1 = "0"
Range("J2").Select
ActiveCell.FormulaR1C1 = "0"
Range("K2").Select
ActiveCell.FormulaR1C1 = "0"
Range("L2").Select
ActiveCell.FormulaR1C1 = "0"
Range("C2").Select
Selection.AutoFill Destination:=Range("C2:C13"), Type:=xlFillDefault
Range("C2:C13").Select
Selection.AutoFill Destination:=Range("C2:C20"), Type:=xlFillDefault
Range("C2:C20").Select
Selection.AutoFill Destination:=Range("C2:C137"), Type:=xlFillDefault
Range("C2:C137").Select
ActiveWindow.SmallScroll Down:=-162
Range("E2").Select
ActiveWindow.SmallScroll Down:=-21
Selection.AutoFill Destination:=Range("E2:E137"), Type:=xlFillDefault
Range("E2:E137").Select
ActiveWindow.SmallScroll Down:=-21
Range("J107").Select
ActiveWindow.SmallScroll Down:=-66
Range("I33").Select
ActiveWindow.SmallScroll Down:=-45
Range("I2:L2").Select
Selection.AutoFill Destination:=Range("I2:L137"), Type:=xlFillDefault
Range("I2:L137").Select
ActiveWindow.SmallScroll Down:=-165
Range("N7").Select
End Sub
'
' saturday Macro
'
'
Cells.Select
Application.CutCopyMode = False
With Selection.Font
.Name = "Calibri"
.FontStyle = "Bold"
.Size = 11
.Strikethrough = False
.Superscript = False
.Subscript = False
.OutlineFont = False
.Shadow = False
.Underline = xlUnderlineStyleNone
.ThemeColor = xlThemeColorDark1
.TintAndShade = 0
.ThemeFont = xlThemeFontMinor
End With
Selection.Borders(xlDiagonalDown).LineStyle = xlNone
Selection.Borders(xlDiagonalUp).LineStyle = xlNone
Selection.Borders(xlEdgeLeft).LineStyle = xlNone
Selection.Borders(xlEdgeTop).LineStyle = xlNone
Selection.Borders(xlEdgeBottom).LineStyle = xlNone
Selection.Borders(xlEdgeRight).LineStyle = xlNone
Selection.Borders(xlInsideVertical).LineStyle = xlNone
Selection.Borders(xlInsideHorizontal).LineStyle = xlNone
With Selection.Interior
.Pattern = xlSolid
.PatternColorIndex = xlAutomatic
.ThemeColor = xlThemeColorLight1
.TintAndShade = 0
.PatternTintAndShade = 0
End With
Rows("1:1").Select
Selection.Delete Shift:=xlUp
ActiveWindow.SmallScroll Down:=15
Rows("23:24").Select
Selection.Delete Shift:=xlUp
ActiveWindow.SmallScroll Down:=21
Rows("46:46").Select
Selection.Delete Shift:=xlUp
ActiveWindow.SmallScroll Down:=21
Rows("69:69").Select
Selection.Delete Shift:=xlUp
ActiveWindow.SmallScroll Down:=24
Rows("92:92").Select
Selection.Delete Shift:=xlUp
ActiveWindow.SmallScroll Down:=24
Rows("115:115").Select
Selection.Delete Shift:=xlUp
ActiveWindow.SmallScroll Down:=24
Rows("138:139").Select
Selection.Delete Shift:=xlUp
Range("K143").Select
ActiveWindow.SmallScroll Down:=-183
Range("B1:L22").Select
Range("L22").Activate
Selection.Cut
Range("A1").Select
ActiveSheet.Paste
Columns("B:B").Select
Selection.Delete Shift:=xlToLeft
Columns("C:C").Select
Selection.Insert Shift:=xlToRight, CopyOrigin:=xlFormatFromLeftOrAbove
Range("C1").Select
ActiveCell.FormulaR1C1 = "BH"
Columns("D:D").Select
Selection.Delete Shift:=xlToLeft
Range("E1").Select
ActiveCell.FormulaR1C1 = "II"
Columns("G:G").Select
Selection.Delete Shift:=xlToLeft
Columns("H:H").Select
Selection.Delete Shift:=xlToLeft
Range("I1").Select
ActiveCell.FormulaR1C1 = "TV"
Range("J1").Select
ActiveCell.FormulaR1C1 = "UT"
Range("K1").Select
ActiveCell.FormulaR1C1 = "SUN IS"
Range("L1").Select
ActiveCell.FormulaR1C1 = "SUN NY"
Range("C2").Select
ActiveCell.FormulaR1C1 = "0"
Range("E2").Select
ActiveCell.FormulaR1C1 = "0"
Range("I2").Select
ActiveCell.FormulaR1C1 = "0"
Range("J2").Select
ActiveCell.FormulaR1C1 = "0"
Range("K2").Select
ActiveCell.FormulaR1C1 = "0"
Range("L2").Select
ActiveCell.FormulaR1C1 = "0"
Range("C2").Select
Selection.AutoFill Destination:=Range("C2:C13"), Type:=xlFillDefault
Range("C2:C13").Select
Selection.AutoFill Destination:=Range("C2:C20"), Type:=xlFillDefault
Range("C2:C20").Select
Selection.AutoFill Destination:=Range("C2:C137"), Type:=xlFillDefault
Range("C2:C137").Select
ActiveWindow.SmallScroll Down:=-162
Range("E2").Select
ActiveWindow.SmallScroll Down:=-21
Selection.AutoFill Destination:=Range("E2:E137"), Type:=xlFillDefault
Range("E2:E137").Select
ActiveWindow.SmallScroll Down:=-21
Range("J107").Select
ActiveWindow.SmallScroll Down:=-66
Range("I33").Select
ActiveWindow.SmallScroll Down:=-45
Range("I2:L2").Select
Selection.AutoFill Destination:=Range("I2:L137"), Type:=xlFillDefault
Range("I2:L137").Select
ActiveWindow.SmallScroll Down:=-165
Range("N7").Select
End Sub