View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default How do I turn off print preview with a macro?

This looks a lot more like MSWord's VBA than Excel's.



rocket0612 wrote:

just a simple:

Code:
--------------------

ActiveDocument.ClosePrintPreview

--------------------

--
rocket0612
------------------------------------------------------------------------
rocket0612's Profile: http://www.excelforum.com/member.php...o&userid=19492
View this thread: http://www.excelforum.com/showthread...hreadid=521447


--

Dave Peterson