Forum Discussion

HowardPitchon's avatar
HowardPitchon
Copper Contributor
Sep 23, 2024

VBA to set logo in the header as Decorative

I have macro code to set Alt Text for small images in a document to Decorative.   Sub alttext() Dim shp As InlineShape Dim doc As Document Set doc = ActiveDocument For Eac...

Resources