Complete Macro
Posted by Alpha on June 13, 2001 11:05 AM
I am trying to input the proper code into the macro listed below to make it all fit on one page:
Sub PRNCONTM()
Sheets("ASSUMPTIONS").Select
ActiveSheet.PageSetup.PrintArea = "A1:R37"
ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True
End Sub
What am I missing? Thanks in advance!