Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
MVP Biff informed me a while ago that inserting a sheet does not trigger a
calculation while deleting a sheet does so. Could there be anyway/code to trigger such a calculation upon the event of inserting a new sheet like "New Sheet Eevent"? Kindly provide a code. Once again, Thanx Biff! -- Best Regards, FARAZ A. QURESHI |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
There's a workbook event. Open vb editor, double click this workbook and paste this in Private Sub Workbook_NewSheet(ByVal Sh As Object) Application.Calculate End Sub Mike "FARAZ QURESHI" wrote: MVP Biff informed me a while ago that inserting a sheet does not trigger a calculation while deleting a sheet does so. Could there be anyway/code to trigger such a calculation upon the event of inserting a new sheet like "New Sheet Eevent"? Kindly provide a code. Once again, Thanx Biff! -- Best Regards, FARAZ A. QURESHI |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculation | Excel Discussion (Misc queries) | |||
What does this calculation do?! | Excel Discussion (Misc queries) | |||
% calculation | New Users to Excel | |||
How do I use a rounded calculation result in another calculation? | Excel Worksheet Functions | |||
How do I use a rounded calculation result in another calculation? | Excel Worksheet Functions |