Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kkjensen

    Find next inlineshape

    Perfect! You probably recognize this problem from the mrexcel forum (if you're the same macropod from that world). Now that I have some code that does exactly what I need it to (without rediculous amouts of looping) I need to run it from an excel macro. Here's what I modified it to so it...
  2. kkjensen

    Find next inlineshape

    Hi everyone, I'm programming a script to go through a word document and find inlineshapes so alternative text can be added. Currently I do the following: With ActiveDocument For I = 1 To .InlineShapes.Count Application.StatusBar = "Alternative Text for " &...

Part and Inventory Search

Back
Top