Print Snap (.snp) file in VBA

G

Guest

If I right click on a Snap (.snp) file in an Explorer window and select
'Print', I can send the Snap file directly to a printer.

How can I emulate this action in code?
 
D

david epsom dot com dot au

Open a Snapshot object (GetObject or CreateObject),
and use the print method.

(david)
 

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

Similar Threads


Top