- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
The following Adobe guide is very useful for scripting against objects:
http://partners.adobe.com/public/developer/en/tips/CalcScripts.pdf
For example, chaning the colour of the caption to red would be:
Text1.caption.font.fill.color.value = "255,0,0"
Good luck,
Niall