B bnadler May 26, 2009 #1 I cannot find the Printer method in VB6. (Actually I have VB6.5) Do I have to do something to activate the Printer method?
I cannot find the Printer method in VB6. (Actually I have VB6.5) Do I have to do something to activate the Printer method?
J JLGWhiz May 26, 2009 #2 I am not a VB6 user but I have a book on it that refers to a Print Method as opposed to Printer Method. Maybe that is what you mean. Printer.Print <items> is the syntax for printer output.
I am not a VB6 user but I have a book on it that refers to a Print Method as opposed to Printer Method. Maybe that is what you mean. Printer.Print <items> is the syntax for printer output.
B bnadler May 27, 2009 #3 When I enter that exact term (Printer.Print) I get an error message that there is no object and VB does not recognize the "Printer" object.
When I enter that exact term (Printer.Print) I get an error message that there is no object and VB does not recognize the "Printer" object.
J JLGWhiz May 27, 2009 #5 Are you sure you are using VB6? or is it VB.Net or VBA? Look in the Help file under PrintOut. That is the VBA term for printing to the printer.
Are you sure you are using VB6? or is it VB.Net or VBA? Look in the Help file under PrintOut. That is the VBA term for printing to the printer.