Print Macro bookmark list - to new doc

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

What if I want this macro to list the bookmarks in a new blank doc instead of
printout?

Thanks,
Beth
 
Just remove the two lines

That will leave the document on screen. If you want it to prompt you to save
the document, put this line in the space where you took out the other two:

.Save
 
Back
Top