I have now managed to select the shape but it sets the size to "tiny"
How do I define that this is in CM?
Selection.MoveLeft Unit:=wdCharacter, Count:=1, Extend:=wdExtend
With Selection.InlineShapes(1)
.Height = 2.79
.Width = 26.6
End With
Hello
I'm trying to set the shape size of a picture in my header on a landscape page but I just can't get the code to change the size.
If ActiveWindow.View.SplitSpecial <> wdPaneNone Then
ActiveWindow.Panes(2).Close
End If
If ActiveWindow.ActivePane.View.Type = wdNormalView Or...
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.