FindReplaceInObject Method Example

The following example replaces each instance of the string NODE1 with the string NODE2 within the Group object Group1. The operation is specified to be case sensitive.

Dim bFound as Boolean

FindReplace.FindReplaceInObject Group1, 1, "NODE1", "NODE2", bFound