View Single Post
  #2   Report Post  
HiArt
 
Posts: n/a
Default


Hi Stephen,

try adding the following VBA code to the workbook


Code:
--------------------
Sub Auto_Open()
ActiveSheet.DisplayAutomaticPageBreaks = True
End Sub

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


HTH

Art


--
HiArt
------------------------------------------------------------------------
HiArt's Profile: http://www.excelforum.com/member.php...o&userid=19953
View this thread: http://www.excelforum.com/showthread...hreadid=402065