Consulting

Results 1 to 5 of 5

Thread: Predefined Bookmarks

  1. #1

    Predefined Bookmarks

    Hello guyz, I have a document from our administrator and try to check on it. As running my macro which is paul's creation (entities to hex values), there is a pop up message "predefined bookmarks is avalilable....." but when I try to check there is no existing bookmark in the document even I toggled the hidden check box. I need to delete it using macros. Can someone, give me some clue about it?

    Thanks in advance.

  2. #2
    If you type,
    [vba]msgbox activedocument.Bookmarks.Count[/vba] into the immediate window of the VBA IDE, and hit return, what does it display?

  3. #3
    Knowledge Base Approver VBAX Guru macropod's Avatar
    Joined
    Jul 2008
    Posts
    4,435
    Location
    Why do you need to delete the 'bookmark', whatever it is? What is the exact message? I doubt it's "predefined bookmarks is avalilable.....".
    Cheers
    Paul Edstein
    [Fmr MS MVP - Word]

  4. #4
    Hello paul, this is the message:

    "This predefined bookmark is available for the active document only"

  5. #5
    Knowledge Base Approver VBAX Guru macropod's Avatar
    Joined
    Jul 2008
    Posts
    4,435
    Location
    Is anything in the document marked/selected/highlighted at that point? You may need to comment-out the 'Application.ScreenUpdating = False' line to see what's going on.
    Cheers
    Paul Edstein
    [Fmr MS MVP - Word]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •