Search found 1 match
- Sun Nov 19, 2006 4:23 am
- Forum: ActiveX
- Topic: Text /Caption Properties no longer readable
- Replies: 1
- Views: 2300
Text /Caption Properties no longer readable
Hi, I have just upgraded from 7.0.0.6 to 7.0.1.2 (I am using VB6). In 7.0.0.6 it was ok to retrieve the various Caption and Text properties by assigning them to VB variables: Dim cap as String cap = Chart.Axis.Left.Title.Caption In 7.0.1.2 it stopped working and these properties now return empty str...