Printing


Posted by Josh on January 06, 2002 6:40 PM

Hi
Is it possible to send another file to the printer through VB code. I have some pictures that I would to be able to print individually when a user presses a button.
Thanks



Posted by Bruno on January 07, 2002 12:18 AM

Hi Josh,
This is one way to do it :

- Identify the picture you want to print
- open the picture in a worksheet
- eventually adjust the size of the picture
- print it

Bruno
-----