How to set a graph or shape in Word so it stays behind the
text using VBA?
In Word the option is to right click an object select wrap
text and click the desired
options such as behind text, in front of text and other
options.
Setting a graph behind the text is quite useful, if you need
to display some text
that will be displayed together with the graph.
To do this via VBA is plain and simple, a one liner code.
ThisDocument.Shapes("NameOfTheChart").WrapFormat.Type
= wdWrapBehind
wdWrapBehind is equal to set "Behind Text".
The one liner VBA code, of course it will apply to any
shapes, circle, oval, square or other shapes not just a graph.
Cheers. Till next time!
================================
Free Android Apps:
Click on links below to find out more:
Excel Keyboard shortcuts guide
Linux Android App cheat sheet:
Multiplication Table for early learners
https://play.google.com/store/apps/details?id=com.TableMultiplication
Divine Mercy Chaplet Guide (A Powerful prayer):
Comments
Post a Comment