Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 273
Default On calculate question

Public Sub Impact2()
If MsgBox("Would you like to record the changes that were just made?",
vbYesNo, "Record Changes?") = vbNo Then
Exit Sub
End If

End Sub

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 273
Default On calculate question

Sorry, here is my question:

In the "This Workbook" object I have a subroutine as follows:

Private Sub Workbook_SheetCalculate(ByVal Sh As Object)
Call Impact2
End Sub

The subroutine Impact2 can be found below:

Public Sub Impact2()
If MsgBox("Would you like to record the changes that were just made?",
vbYesNo, "Record Changes?") = vbNo Then
Exit Sub
End If
End Sub



My problem is that when I calculate, Impact2 is run 10 times and I have to
select 'No' every time before the code finishes running. Is the workbook
calculating more than once? (I have number of iterations set to 0). What can
I do to fix this?

Thanks for your help,
Chad


"Chad" wrote:

Public Sub Impact2()
If MsgBox("Would you like to record the changes that were just made?",
vbYesNo, "Record Changes?") = vbNo Then
Exit Sub
End If

End Sub

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 273
Default On calculate question

OK, after playing around with it for a little bit here are a few other items
that might help im the prognosis:

I changed the code in the workbook_sheetcalculate subroutine to:

Private Sub Workbook_SheetCalculate(ByVal Sh As Object)
MsgBox "test"
End Sub

Whenever I run the code from the code viewer, it runs ok, but whenever it is
run by calculating, this procedure is run 12 times.

If anyone could help I would be very greatful.

Thanks again,
Chad
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
Auto Calculate Question / HELP! Andy Excel Worksheet Functions 2 January 7th 10 06:21 PM
On Calculate question Chad Excel Worksheet Functions 0 December 23rd 09 09:40 PM
Worksheet calculate -question kativa Excel Programming 1 December 8th 08 09:11 AM
Accuracy of Using Calculate - IMPORTANT QUESTION PLEASE Paige Excel Programming 2 May 7th 08 06:21 PM
Auto Calculate Question Chad Excel Programming 3 February 20th 07 07:30 PM


All times are GMT +1. The time now is 07:14 AM.

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

About Us

"It's about Microsoft Excel"