LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Excel 2007 Chart-Objects don't work properly

Hi,

I hope someone is able to help me. I just switched from Excel 2003 to Excel
2007. In Version 2003 I made a kind of graphical analysis feature where I use
excel-charts embedded into a worksheet. Hereby I use chart-events to
influence my charts.

Now I've got some problems which I didn't have in Excel 2003.

1. I noticed that there are several properties within the chart object model
which I cannot use when I set up object variables. For example:

this code will not work (run-time error):

Dim xlChartObject As Excel.ChartObject
Set xlChartObject = ActiveSheet.ChartObjects("Diagramm 1")
xlChartObject.ProtectChartObject = True

But this code works:

Dim xlChartObject As Excel.ChartObject
Set xlChartObject = ActiveSheet.ChartObjects("Diagramm 1")
ActiveSheet.ChartObjects(xlChartObject.Index).Prot ectChartObject = True


Why is this so? I noticed this behaviour with several properties.


2. The second problem I have concerns chart events. In Excel 2003 I locked
the worksheet and I still could catch chart events of embedded charts. But if
I lock the worksheet in Excel 2007 then I can no longer catch any chart
events.


Please help me with these points.
Best regards, Lars

 
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
Line Chart from office 2003.xls not formatted properly in 2007 tj Excel Discussion (Misc queries) 0 December 9th 09 10:31 PM
2003 Chart not displaying properly in 2007 Kwadjo Charts and Charting in Excel 1 July 2nd 09 05:42 AM
Can not insert chart in Excel 2007? Chart does not work right? Janis Excel Discussion (Misc queries) 0 June 18th 09 08:31 PM
Cleanup worksheets from 97-2003 to work properly on Excel 2007 Santiago C Excel Worksheet Functions 0 December 8th 08 05:43 PM
Sorting in an Excel Chart won't work properly [email protected] Excel Discussion (Misc queries) 1 January 8th 07 08:09 PM


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