Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,355
Default General Question Jon Peltiers Control Chart Example

I'll link to Jon Peltier's chart example for your review:

http://www.peltiertech.com/Excel/Zips/ControlChart.zip

On the data entry screen, it indicates to press F9 to refresh the data, but
I can't figure out what macros are run when F9 is pressed. How do I know?

Thanks in advance,
Barb Reinhardt
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 16
Default General Question Jon Peltiers Control Chart Example

F9 triggers recalculation. In the VBA editor, if you double click on "Sheet1
(Control Chart)" you will see a small sub that is triggered by the
Workseet_Calculate event, and which calls a couple of subs in the modRunChart
module.

Jerry

"Barb Reinhardt" wrote:

I'll link to Jon Peltier's chart example for your review:

http://www.peltiertech.com/Excel/Zips/ControlChart.zip

On the data entry screen, it indicates to press F9 to refresh the data, but
I can't figure out what macros are run when F9 is pressed. How do I know?

Thanks in advance,
Barb Reinhardt

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,355
Default General Question Jon Peltiers Control Chart Example

It was the "Worksheet_Calculate" event that I didn't catch. Thanks.

"Jerry W. Lewis" wrote:

F9 triggers recalculation. In the VBA editor, if you double click on "Sheet1
(Control Chart)" you will see a small sub that is triggered by the
Workseet_Calculate event, and which calls a couple of subs in the modRunChart
module.

Jerry

"Barb Reinhardt" wrote:

I'll link to Jon Peltier's chart example for your review:

http://www.peltiertech.com/Excel/Zips/ControlChart.zip

On the data entry screen, it indicates to press F9 to refresh the data, but
I can't figure out what macros are run when F9 is pressed. How do I know?

Thanks in advance,
Barb Reinhardt

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 16
Default General Question Jon Peltiers Control Chart Example

"Barb Reinhardt" wrote:

It was the "Worksheet_Calculate" event that I didn't catch. Thanks.


You're welcome, glad it helped.

Jerry
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
General question Rookie User[_2_] Excel Worksheet Functions 2 February 8th 10 07:34 PM
A VERY General question Bons Excel Worksheet Functions 2 November 3rd 08 06:58 PM
Pivot / general chart formatting question NTL Charts and Charting in Excel 0 December 5th 05 11:37 AM
General chart set up question yellowrose Charts and Charting in Excel 3 February 22nd 05 07:57 PM
General Question Squid[_2_] Excel Programming 3 January 12th 04 07:25 PM


All times are GMT +1. The time now is 11:59 PM.

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"