Ryan_Bernal
02-26-2013, 05:30 PM
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.
x= cmbListForm.List
Worksheets("X").PrintOut Copies:=txtCopy.Value, from:txtFrom.Value, To:=txtTo.Value
Here is my workbook.
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.
x= cmbListForm.List
Worksheets("X").PrintOut Copies:=txtCopy.Value, from:txtFrom.Value, To:=txtTo.Value
Here is my workbook.