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.