Thread: How to print...
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz JLGWhiz is offline
external usenet poster
 
Posts: 3,986
Default How to print...

For a worksheet: ActiveSheet.PrintOut

See PrintOut in Excel Help.

"SF" wrote:

Hi,

How do I print an excel file through code (after open the excel file)?

SF