Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have scoured the forums looking for a straight-forward answer and have come up with null results. *sigh*. I apologize if this has been answered somewhere else but I couldn't find it.
Here is my scenario:
Small sample set of the code:
sub mCreateSendBookMark
set docprop = ActiveDocument.GetProperties
docprop.AllowServerBookmarks = true
ActiveDocument.SetProperties docprop
ActiveDocument.CreateDocBookmark true, getVariable("vCRBookMarkName"),getVariable("vCRBookMarkID"),1
So, how do I create a bookmark via macro and use that bookmark name or ID in a concatenated string to display the correct bookmark link so that our Help-Desk team can click the link in the email and go straight to the filtered data?
See attached png files showing what we get when bookmark is created via Ajax (IE Explorer) or on the Server: QV Desktop App.
Thanks in advance for any help you "gurus" can give me.
Regards,
Quincy