K
kimt
Afternoon all;
I know this is going to try some of your sense's of humor with m
(sorry Bob), but I am trying to make the following macro loop until th
value of cell "H1" = 0, I have tried several different codes and canno
seem to make it work. Any help will be appreaciated.
Thanks
Private Sub testpb()
'
' testpb Macro
' Macro recorded 03/26/04 by Kim
'
ActiveWindow.SelectedSheets.PrintOut From:=1, To:=1, Copies:=1
Collate _
:=True
Range("I2:K100").Select
Selection.Copy
Range("I1").Select
ActiveSheet.Past
I know this is going to try some of your sense's of humor with m
(sorry Bob), but I am trying to make the following macro loop until th
value of cell "H1" = 0, I have tried several different codes and canno
seem to make it work. Any help will be appreaciated.
Thanks
Private Sub testpb()
'
' testpb Macro
' Macro recorded 03/26/04 by Kim
'
ActiveWindow.SelectedSheets.PrintOut From:=1, To:=1, Copies:=1
Collate _
:=True
Range("I2:K100").Select
Selection.Copy
Range("I1").Select
ActiveSheet.Past