|
-
Oct 16th, 2003, 04:44 PM
#1
Thread Starter
Junior Member
EXCEL QUES re:PRINTER
I am using xcel2000 with sp-3 and with VB6.3
I want to print directly to the printer as i do with other applications i have written in VB. Except that when i go to use PRINTER. - VBA is not recognizing PRINTER. as an object that should have properties.
The references show that I am using Visual Basic for Applications - VBE6.Dll. Is this correct? My stand-alone visual basic development environment (which understands PRINTER.) references Visual Basic for Applications MSVBVM60.DLL. I tried to change the reference in the xcel/vb, but xcel won't let me.
Is there something I have to set? Any ideas?
HELP!!!! Trying to finish this project up for a client.
Thanks in Advance.
-
Oct 17th, 2003, 05:37 AM
#2
If you just want to print the sheet to the printer, you can use the Sheets("Sheet 1").PrintOut object
-
Oct 17th, 2003, 07:43 AM
#3
Thread Starter
Junior Member
Thanks, but what I would like to do is Print directly to the printer based on the data that I have arrayed in memory. I would like to use the Printer.Print ability of VB.
Any more ideas?
-
Feb 20th, 2004, 12:59 PM
#4
New Member
Did you ever get this resolved? I really need to use the printer class for my VBA app. Apparently, VBA does have it... Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|