Hi Experts
i need to modify the following sub which will allow the user to choose what ever available printer on the network
Private Sub Btn_Prn_Click()
Sheets(Array(1, 2)).Select
ActiveWindow.SelectedSheet
s.PrintOut
Copies:=1, Collate:=True
Sheets(1).Select
End Sub
thanks
Jocelyn
Start Free Trial