Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disabling manual calculation
Message
General information
Forum:
Microsoft Office
Category:
Excel
Miscellaneous
Thread ID:
00600429
Message ID:
00606906
Views:
46
This message has been marked as a message which has helped to the initial question of the thread.
Thank you...this helped...is there a Workbook_BeforePrint ?
Yes
Private Sub Workbook_BeforePrint(Cancel As Boolean)
    Application.Calculation = xlAutomatic   ' Automatic calculations
End Sub
Zlatin Zlatev,
MCSD (VS6)

Make solutions, not programs!

Previous
Reply
Map
View

Click here to load this message in the networking platform