P
Petrus Canisius
I use the following code to set text of a bookmark:
Set range = docNew.Bookmarks("PubMonth").range
range.Text = "Dezember"
This works "on the page" but not in header or footer!
I tried also switching to header view and setting text --> not working.
What is the correct solution?
Peter
Set range = docNew.Bookmarks("PubMonth").range
range.Text = "Dezember"
This works "on the page" but not in header or footer!
I tried also switching to header view and setting text --> not working.
What is the correct solution?
Peter