Printing in VBA

T

ted

Hi,

I am trying add functionality to a third party application that has VBA. I
have a user form that display data to a user using a listview. I want to
print that data - to do this I need a printer object (like in VB). Is this
possible or any ideas?

Thanks
 
C

Cindy M -WordMVP-

Hi Ted,
I am trying add functionality to a third party application that has VBA. I
have a user form that display data to a user using a listview. I want to
print that data - to do this I need a printer object (like in VB). Is this
possible or any ideas?
The general VBA language has no printer object. If the third-party application
doesn't supply any printer interface, then you'll need to use the Windows API
(which would basically give you the same capabilities as VB). You might try
mvps.org (the classic VB section) for getting started.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top