Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all, I want to write a macro which creates a bookmark which select the value of a variable in a field ?
For example, the value of "var" is 12/06/2011 and selecting a button with the macro I create a macro with field "date" = var.
I have some problem with bookmark vbscript .
Thank to all,
Roberta
Roby
The below code is to create a bookmark through macro code.
Sub CreateBookMark
ActiveDocument.CreateDocBookMark false, "MyBookMarkName"
ActiveDocument.Save
End Sub
- Can you clear me on another point which you are saying.