View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz JLGWhiz is offline
external usenet poster
 
Posts: 3,986
Default Need Macro to print curent page only

Not sure about the current page, but in the PrintOut arguments you can
specify the From and To page numbers, so if your current page is 3 the
From:=3. To:=3 should do it.

"Don Lowe" wrote:

I have many people using the file. Each person only needs a page worth of
information. I need a Macro to print curent page only.