J
JediKaiti
Hello! I have an AutoNew() macro in a Word 2007 template, and I have a
question about saving the document as a PDF file.
My macro, among other things, does this:
With ActiveDocument
.SaveAs .AttachedTemplate.Path & "\Handbook.pdf", FileFormat:=17
End With
I am wondering if it is possible, and if so how, to have the macro
automatically set the option to create bookmarks from the headers in the
document? Right now it only does so if the person using the template has that
option set. I'd like to have the macro set it for them.
Thanks!
question about saving the document as a PDF file.
My macro, among other things, does this:
With ActiveDocument
.SaveAs .AttachedTemplate.Path & "\Handbook.pdf", FileFormat:=17
End With
I am wondering if it is possible, and if so how, to have the macro
automatically set the option to create bookmarks from the headers in the
document? Right now it only does so if the person using the template has that
option set. I'd like to have the macro set it for them.
Thanks!