View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
GregJG[_10_] GregJG[_10_] is offline
external usenet poster
 
Posts: 1
Default printpreview freezing

my excel freezes when I use this code

Private Sub PrintPreviewButton_Click()
Call SaveButton_Click
Worksheets("proposal").PrintPreview
End Sub


pretty simple, but I have no idea why the freeze.
the printbutton_click works fine

--
Message posted from http://www.ExcelForum.com