I'm new to Visio 2010, but familiar with other Office object models, such as Word. I'd like to write a piece of Visio VBA code that will do exactly what the Replace button (found on the Visio Home Ribbon) dialog does. For example, Find What: "Some Text"; Replace with: "Other Text"; Search: All pages.
I know I could iterate through every page and replace the text shape by shape, but it seems absurd to go through all those steps when clearly there is a Find/Replace method somewhere in Visio that is similar to the one in Word. But I can't find it. Thanks.