Help for this page

Select Code to Download


  1. or download this
        Range("A4:F20").Select
        ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True
    
  2. or download this
        $Sheet->Range("A4:F20")->Select();
        $Excel->SelectedSheets->PrintOut({Copies=>1, Collate=>True});