Colin,
Given the nature of the two macros iterating different objects
(comments/shapes), is there any reason why you can't just run them
back-to-back?
Example:
Call CommentIndicatorShapes_Place: CommentIndicatorShapes_Remove
FWIW, typical naming convention suggests to rename these so the action
precedes the subject of the action:
Example:
Call Create_CommentIndicatorShape: Remove_CommentIndicatorShape
This would be normal convention for "OnAction" procedures whereas the
way you've done it is how object event procedures are named. I suppose,
though, that it's a matter of personal preference<g>.
--
Garry
Free usenet access at
http://www.eternal-september.org
ClassicVB Users Regroup! comp.lang.basic.visual.misc