View Single Post
 
Old 05-30-2019, 05:33 PM
eduzs eduzs is offline Windows 10 Office 2010 32bit
Expert
 
Join Date: May 2017
Posts: 266
eduzs is on a distinguished road
Default Set REF field value (result) within VBA

I have some field in a document, like:
{ MyName }
How to set MyName value with vba?
When I was using { DOCVARIABLE MyName } I did that so simple with activedocument.variables("MyName")="Hello".

Thanks
__________________
Backup your original file before doing any modification.
Reply With Quote