![]() |
|
#12
|
|||
|
|||
|
Sorry, I had overlooked that you had used "ThisDocument" to set the object variable. "ThisDocument" refers to the document, or template, that contains the code. Change:
Code:
ThisDocument.SelectContentControlsByTitle("PersonalNumber")(1)
Code:
ActiveDocument.SelectContentControlsByTitle("PersonalNumber")(1)
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| outlook löscht beim Abruf gemeinsamer imap Emalemail auf dem server | kleinermax | Outlook | 0 | 12-20-2019 04:26 AM |