excel中怎么取得sheet中所有chart的数量,谢谢~~

rt,好久没玩,,,记不起来了。。。。
[19 byte] By [xinxin1982-新新] at [2008-1-9]
# 1
application.charts.count 和 charts.count 都是0。。

用数据生成的曲线图。。

还有,怎么更改chart的名字。。。。老了。。
xinxin1982-新新 at 2007-10-19 > top of Msdn China Tech,其他开发语言,Office开发/VBA...
# 2
名字可以改了。。呵呵
xinxin1982-新新 at 2007-10-19 > top of Msdn China Tech,其他开发语言,Office开发/VBA...
# 3
ActiveSheet.ChartObjects.count可以得出所有chart的数量... ...
# 4
谢谢,刚才已经找到方法了,呵呵,分给你了啦~~
xinxin1982-新新 at 2007-10-19 > top of Msdn China Tech,其他开发语言,Office开发/VBA...
# 5
虽然和你的有些区别,hoho~~~
xinxin1982-新新 at 2007-10-19 > top of Msdn China Tech,其他开发语言,Office开发/VBA...