K kalpeshpatel New Member Jul 16, 2012 #1 i want to print 2 copy of worksheet 1 page 1 Only for macro pls give me a macro
SirJB7 Excel Rōnin Jul 16, 2012 #2 Hi, kalpeshpatel! Try this: Sub AnotherWeirdMacro() ActiveWindow.SelectedSheets.PrintOut From:=1, To:=1, Copies:=2, Collate:=True, IgnorePrintAreas:=False End Sub Regards!
Hi, kalpeshpatel! Try this: Sub AnotherWeirdMacro() ActiveWindow.SelectedSheets.PrintOut From:=1, To:=1, Copies:=2, Collate:=True, IgnorePrintAreas:=False End Sub Regards!