Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
iLogic snippets include these two balloon commands:
SyntaxEditor Code Snippet
ActiveSheet.View("VIEW1").Balloons.DoNotAttachToComponent("Pin:1") ActiveSheet.View("VIEW1").Balloons.AttachToComponent("Pin:1")
They have apperently no impact on the view. It seems that they just prepare for a following command that actually will place the ballon(s).
Anybody knows how to use Balloons.AttachToComponent and Balloons.DoNotAttachToComponent?
My alternative will be to traverse through all DrawingCurves in the view and then add balloons on at a time. This seems as a very cumbersome approach to do a autoballoon.
Solved! Go to Solution.