auto printing

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i would like all new excel files entering my folder to print automatically
anyone know how i can do this easily?
 
Hi,

You can create a file watcher, which will keep a watch on the folder and
whenever a new excel file is created or entered in the folder, you can call
the create event of the file watcher and programmatically print the excel
file in the event.
 
You could install Aloaha PDF Suite and change
in HKEY_LOCAL_MACHINE\SOFTWARE\Aloaha\pdf
the registry key autoprintfolder to your my folder
 
Back
Top