I want to create vba code that will print the specific Worksheet, From - To,No. of Copies.
I have 3 textboxes and 1 combobox.
1.txtFrom
2.txtTo
3.txtCopy
4.cmbListForm
My Combobox List Down the Forms.
I've search code but i don't know how to execute this.
Here is my workbook.Code:x= cmbListForm.List Worksheets("X").PrintOut Copies:=txtCopy.Value, from:txtFrom.Value, To:=txtTo.Value
Bookmarks