Andrew P. outlines in Andrew Macro Listing 7.8 a way to insert text at a bookmark:
oBookMark.getAnchor.setString("What you want to insert")```
Is there an easy way to do this and apply formatting to the inserted text? (Specifically, I want it italicized.)