WD2000: Run-time Error '5825' Using Selection.Bookmarks(x).Name

ID: Q220468


The information in this article applies to:


SYMPTOMS

When you attempt to return the name of a selected bookmark using the Visual Basic for Applications Selection.Bookmarks(x).Name command (where x is a numerical index to the bookmark), and the bookmark is set within a frames page (on the Format menu, click Frames), the following error message appears:

Run-time error '5825'
Object has been deleted.


WORKAROUND

Microsoft provides programming examples for illustration only, without warranty either expressed or implied, including, but not limited to, the implied warranties of merchantability and/or fitness for a particular purpose. This article assumes that you are familiar with the programming language being demonstrated and the tools used to create and debug procedures. Microsoft support professionals can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific needs. If you have limited programming experience, you may want to contact a Microsoft Certified Solution Provider or the Microsoft fee-based consulting line at (800) 936-5200. For more information about Microsoft Certified Solution Providers, please see the following page on the World Wide Web:

http://www.microsoft.com/mcsp/
For more information about the support options available from Microsoft, please see the following page on the World Wide Web:

http://www.microsoft.com/support/supportnet/overview/overview.asp
To work around this problem, you can use the following Visual Basic for Applications example command in place of the Selection.Bookmarks(x).Name command:

ActiveDocument.Bookmarks(Selection.BookMarkID).Name 


STATUS

Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article.


MORE INFORMATION

For more information about frames pages, click Microsoft Word Help on the Help menu, type frames pages in the Office Assistant or the Answer Wizard, and then click Search to view the topic.

For additional information about frames pages, please see the following article in the Microsoft Knowledge Base:

Q220518 WD2000: Frames Page Project Doesn't Appear in Visual Basic Editor
For more information about using the bookmarks collection, in the Visual Basic Editor, click Microsoft Visual Basic Help on the Help menu, type bookmarks in the Office Assistant or the Answer Wizard, and then click Search to view the topic.

Additional query words: vba


Keywords          : kbdta kbwordvba wd2000 
Version           : WINDOWS:2000
Platform          : WINDOWS 
Issue type        : kbbug 

Last Reviewed: July 19, 1999