Home Forums General XMetaL Discussion Macro to search through attribute value Reply To: Macro to search through attribute value

Derek Read

Reply to: Macro to search through attribute value

You might be able to use Find.Execute (the third option in that method, that you have set to be an empty string “”, allows you to limit search to within certain elements — check the Programmers Guide for its full syntax), but I don't think that's what you want.

If your form just needs to move the active selection to the next occurrence of an element then you probably want to use:
Selection.MoveToElement(“ref-callout”)

If that doesn't point you in the right direction what is the exact goal of your script (in Tags On or Normal views)?

Reply

Products
Downloads
Support