Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, is it possible search bookmarks for the name? I have many bookmarks, and when I need to recover the old one it is very complicated...
Thank's!!
Existe algún buscador de marcadores, para buscar por el nombre? Tengo muchos marcadores, y cuando quiero recuperar uno antiguo es muy complicado...
Gracias!
Define a variable NumPresup.
Manually, write the name of Bookmark into the input box with the variable. Ex: 13/08/2009 - 1
And execute this macro:
sub BuscarPresupuesto
Presup = ActiveDocument.variables("NumPresup").GetContent.String
ActiveDocument.RecallDocBookmark Presup
end sub
Define a variable NumPresup.
Manually, write the name of Bookmark into the input box with the variable. Ex: 13/08/2009 - 1
And execute this macro:
sub BuscarPresupuesto
Presup = ActiveDocument.variables("NumPresup").GetContent.String
ActiveDocument.RecallDocBookmark Presup
end sub