View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paul Robichaud Paul Robichaud is offline
external usenet poster
 
Posts: 3
Default how automaticly print excel sheet.

How can I automaticly print a spreadsheet from another software calling
excel.

ie: in Dbase, If I type run(.t., "excel.exe"), it will load excel, but what
I would like to do is load the file and print it without human intervention.

would be something like this:
excel.exe/open"myfile.xls"/print it.
- it would launch excel, open myfile.xls, then print it. Hoping it will also
close automaticly.

I really hope you can help me with this one.

Thanking you in advance.

Paul