View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paul B Paul B is offline
external usenet poster
 
Posts: 709
Default How do i program a macro for print view

Glenn, something like this,

ActiveWindow.SelectedSheets.PrintPreview
--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003

"Glenn" wrote in message
...
I programmed this macro to print a page in my workbook. How can i modify
it
to let me view the page before I print it?