Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 553
Default TRIGERRING A CALCULATION

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default TRIGERRING A CALCULATION

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Calculation vegaanders Excel Discussion (Misc queries) 2 April 22nd 06 08:07 AM
What does this calculation do?! Paul (ESI) Excel Discussion (Misc queries) 5 August 1st 05 06:17 PM
% calculation Meggen New Users to Excel 1 July 6th 05 02:34 PM
How do I use a rounded calculation result in another calculation? vnsrod2000 Excel Worksheet Functions 1 January 26th 05 10:11 PM
How do I use a rounded calculation result in another calculation? vnsrod2000 Excel Worksheet Functions 1 January 26th 05 09:36 PM


All times are GMT +1. The time now is 01:19 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"