G
Guest
I need a little help with a If Function-print: I have written a Macro like
the one shown below but when I activate the Macro, This section of the Macro
is bypassed
and I do not have the printout that I need.
Range("B30").Select
Worksheets("Green").Calculate
Range("B6").Select
If Selection = "good" Then
Sheets("red").Select
Range("A8:J38").Select
Selection.PrintOut Copies:=1, Collate:=True
Sheets("green").Select
Range("B2").Select
End If
I appreciate any help that someone can offer.
mike
the one shown below but when I activate the Macro, This section of the Macro
is bypassed
and I do not have the printout that I need.
Range("B30").Select
Worksheets("Green").Calculate
Range("B6").Select
If Selection = "good" Then
Sheets("red").Select
Range("A8:J38").Select
Selection.PrintOut Copies:=1, Collate:=True
Sheets("green").Select
Range("B2").Select
End If
I appreciate any help that someone can offer.
mike