I have the following code, but when running it, the selected range is ignored; the entire active sheet is printed, can anybody help please?
Range("AB8:AL63").Select
ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True, _
IgnorePrintAreas:=False
Range("AB8:AL63").Select
ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True, _
IgnorePrintAreas:=False