View Single Post
 
Old 09-01-2021, 04:17 AM
gorkac gorkac is offline Windows 10 Office 2019
Advanced Beginner
 
Join Date: Jul 2021
Posts: 62
gorkac is on a distinguished road
Default

Quote:
Originally Posted by gmayor View Post
The code you have used to insert text to the bookmark 'Termino' is e.g.
Code:
 Rellenar "termino", "Castejon"
You can either use a REF field to repeat the value from the bookmark, or simply write the same value to the new bookmark e.g.
Code:
 Rellenar "termino2", "Castejon"
Graham, the first option discarded, I have several hundred lines of code.
Second option, is there not a line of code that validates if a bookmark has been filled in, for example "termino" and if so, fill in the bookmark "termino2"? It is that I have tried to use REF but it does not work for me.
Reply With Quote