Sub manhours()
'
' manhours Macro
' Macro recorded 07/01/2009 by DORIS
'
Application.ScreenUpdating = False
With Sheets("All Intervals")
Range("A15:A164").Copy
With Sheets("MH's")
.UsedRange ("A8")
ActiveSheet.Paste Link:=True
With Sheets("All Tasks")
If Not .AutoFilterMode Then .Cells(1, 1).AutoFilter
.UsedRange.AutoFilter Field:=6, Criteria1:="FH"
End With
.UsedRange ("F2")
Application.CutCopyMode = False
Selection.Sort Key1:=Range("G2"), Order1:=xlAscending, Header:=xlGuess, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom
.UsedRange("H1:H806").Select
Selection.Copy
With Sheets("MH's")
.UsedRange ("C9")
ActiveSheet.Paste Link:=True
With Sheets("All Intervals")
.UsedRange ("S15:S34")
Application.CutCopyMode = False
Selection.Copy
With Sheets("MH's")
.UsedRange ("F8")
ActiveSheet.Paste Link:=True
With Sheets("All Tasks")
If Not .AutoFilterMode Then .Cells(1, 1).AutoFilter
.UsedRange.AutoFilter Field:=6, Criteria1:="FC"
End With
.UsedRange ("F47")
Application.CutCopyMode = False
Selection.Sort Key1:=Range("G2"), Order1:=xlAscending, Header:=xlGuess, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom
.UsedRange("H1:H806").Select
Selection.Copy
With Sheets("MH's")
.UsedRange ("H9")
ActiveSheet.Paste Link:=True
With Sheets("All Intervals")
.UsedRange("AJ15:AJ94").Select
Application.CutCopyMode = False
Selection.Copy
With Sheets("MH's")
.UsedRange ("K8")
ActiveSheet.Paste Link:=True
With Sheets("All Tasks")
If Not .AutoFilterMode Then .Cells(1, 1).AutoFilter
.UsedRange.AutoFilter Field:=6, Criteria1:="EH"
End With
.UsedRange ("F250")
Application.CutCopyMode = False
Selection.Sort Key1:=Range("G2"), Order1:=xlAscending, Header:=xlGuess, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom
.UsedRange ("H1:H806")
Selection.Copy
With Sheets("MH's")
.UsedRange ("M9")
ActiveSheet.Paste Link:=True
With Sheets("All Intervals")
.UsedRange ("BA17:BA22")
Application.CutCopyMode = False
Selection.Copy
With Sheets("MH's")
.UsedRange("P8").Select
With Sheets("All Intervals")
.UsedRange("BA15:BA22").Select
Application.CutCopyMode = False
Selection.Copy
With Sheets("MH's")
ActiveSheet.Paste Link:=True
With Sheets("All Tasks")
If Not .AutoFilterMode Then .Cells(1, 1).AutoFilter
.UsedRange.AutoFilter Field:=6, Criteria1:="APU Hrs"
End With
Application.CutCopyMode = False
.UsedRange ("F381")
Selection.Sort Key1:=Range("G2"), Order1:=xlAscending, Header:=xlGuess, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom
.UsedRange ("H1:H806")
Selection.Copy
With Sheets("MH's")
.UsedRange ("R9")
ActiveSheet.Paste Link:=True
With Sheets("All Intervals")
.UsedRange ("BR15:BR22")
Application.CutCopyMode = False
Selection.Copy
With Sheets("MH's")
.UsedRange ("U8")
ActiveSheet.Paste Link:=True
With Sheets("All Tasks")
If Not .AutoFilterMode Then .Cells(1, 1).AutoFilter
.UsedRange.AutoFilter Field:=6, Criteria1:="APU CY"
End With
Application.CutCopyMode = False
.UsedRange ("F225")
Selection.Sort Key1:=Range("G2"), Order1:=xlAscending, Header:=xlGuess, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom
.UsedRange ("H1:H806")
Selection.Copy
With Sheets("MH's")
.UsedRange ("W9")
ActiveSheet.Paste Link:=True
With Sheets("All Intervals")
.UsedRange ("CI15:CI704")
Application.CutCopyMode = False
Selection.Copy
With Sheets("MH's")
.UsedRange ("Z8")
ActiveSheet.Paste Link:=True
With Sheets("All Tasks")
If Not .AutoFilterMode Then .Cells(1, 1).AutoFilter
.UsedRange.AutoFilter Field:=6, Criteria1:="Cal"
End With
Application.CutCopyMode = False
.UsedRange ("F4")
Selection.Sort Key1:=Range("G2"), Order1:=xlAscending, Header:=xlGuess, _
OrderCustom:=1, MatchCase:=False, Orientation:=xlTopToBottom
.UsedRange ("H1:H806")
Selection.Copy
With Sheets("MH's")
.UsedRange ("AA8")
ActiveSheet.Paste Link:=True
Application.ScreenUpdating = True
Application.Goto Sheet1.Range("A1"), True
End With
End Sub
Bookmarks