printpreview freezing

G

GregJG

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
 
Top