Print Snap (.snp) file in VBA

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
Open a Snapshot object (GetObject or CreateObject),
and use the print method.

(david)
 
Back
Top