B
Bart
Hello,
I have a document with a form, which has a few text-fields on it. The
document is protected from changes, except the text-fields.
I made a dialog in VBA where you can select certain data that should be
filled in in the selected text-field. I thought I could do this with:
Selection.TypeText Text:="filled data"
But I get error 4605 , stating this method or property is not available
because the document is locked from changes.
My question is: how can I get a text in the selected textfield from VBA?
Any help will be appreciated.
Greetings!
I have a document with a form, which has a few text-fields on it. The
document is protected from changes, except the text-fields.
I made a dialog in VBA where you can select certain data that should be
filled in in the selected text-field. I thought I could do this with:
Selection.TypeText Text:="filled data"
But I get error 4605 , stating this method or property is not available
because the document is locked from changes.
My question is: how can I get a text in the selected textfield from VBA?
Any help will be appreciated.
Greetings!