Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35
Default Mouse Over Graph, Capture Information on Click(Double Click)

What I have is a worksheet with a variety of charts. I have protected the
spreadsheet so that the users can't mess it up by accident or intentially.
However, I need to be able to capture the information that is displayed when
the user mouses over a bar on the chart, so that when the chart is clicked, I
can use that data to create/goto a subsequent drilldown chart on another
worksheet.

I believe by protecting the primary worksheet, excel/vba will not allow me
to capture of the mouse over information. Is there a way I can do this
without exposing the worksheet to potential modiciation from end-users?

Thank you in advance for any assistance.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 146
Default Mouse Over Graph, Capture Information on Click(Double Click)

Dean -

A chart's events will not fire unless the chart is activated. However, you can allow
activation of a chart without allowing changes. Check out the ProtectContents,
ProtectFormatting, and ProtectData properties of a chart.

If you need help to get the chart information, try one of these:

http://peltiertech.com/Excel/Zips/Ge...ChartSheet.zip
http://peltiertech.com/Excel/Zips/GetXYonAnyChart.zip

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______

Dean Hinson wrote:

What I have is a worksheet with a variety of charts. I have protected the
spreadsheet so that the users can't mess it up by accident or intentially.
However, I need to be able to capture the information that is displayed when
the user mouses over a bar on the chart, so that when the chart is clicked, I
can use that data to create/goto a subsequent drilldown chart on another
worksheet.

I believe by protecting the primary worksheet, excel/vba will not allow me
to capture of the mouse over information. Is there a way I can do this
without exposing the worksheet to potential modiciation from end-users?

Thank you in advance for any assistance.


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
double-click mouse button not working squeezerfan Excel Discussion (Misc queries) 0 November 6th 06 09:28 PM
Click on graph bar to execute a double-click in a pivot table cell [email protected] Charts and Charting in Excel 4 August 3rd 05 01:37 AM
I want open file for click double mouse I want open file for click double mouse New Users to Excel 1 July 17th 05 12:49 PM
I want open file excel for click double mouse I want open file for click double mouse New Users to Excel 1 July 17th 05 12:41 PM
capture shift-double-click Rob Bovey Excel Programming 0 July 13th 03 09:56 AM


All times are GMT +1. The time now is 11:13 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"