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...
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 " &...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.