I have a couple of merge fields in a document, and I need to use them to create a formula field that gives me a certain result. Then I want to use that result in another formula.
So how can I create a bookmark called RatePerDay that holds the value of a formula like {resident_current_rate / 31}. I need this result in a bookmark so I can use for a formula like this. {Resident_Rent_Days * Bookmark}
thanks
Microsoft WordVB ScriptMicrosoft Office
Last Comment
mgmhicks
8/22/2022 - Mon
Rgonzo1971
Hi,
You can use the SET Field Instruction to create a bookmark and then use it with the REF Field instruction
You can use the SET Field Instruction to create a bookmark and then use it with the REF Field instruction
http://office.microsoft.com/en-us/word-help/field-codes-set-field-HP010077970.aspx
Regards