View Full Version : Predefined Bookmarks
WebStone
05-11-2012, 06:46 PM
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.
BoatwrenchV8
05-11-2012, 08:20 PM
If you type,
msgbox activedocument.Bookmarks.Count into the immediate window of the VBA IDE, and hit return, what does it display?
macropod
05-11-2012, 09:05 PM
Why do you need to delete the 'bookmark', whatever it is? What is the exact message? I doubt it's "predefined bookmarks is avalilable.....".
WebStone
05-11-2012, 09:28 PM
Hello paul, this is the message:
"This predefined bookmark is available for the active document only"
macropod
05-11-2012, 09:33 PM
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.
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.