Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.newusers
antyeen antyeen is offline
external usenet poster
 
Posts: 2
Default Removing all bookmarks from a document.

Using Word 2003 - Is there a way to remove all bookmarks from a document
without having to write a program?
  #2   Report Post  
Posted to microsoft.public.word.newusers
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default Removing all bookmarks from a document.

Without a macro, the only way is to open the Insert Bookmark dialog,
highlight one bookmark at a time and click Delete, and repeat until
they're all gone.

What's your objection to a macro? Especially one as simple as

Sub DeleteAllBookmarks()
Dim i As Integer
For i = 1 To ActiveDocument.Bookmarks.Count
ActiveDocument.Bookmarks(1).Delete
Next i
End Sub

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org

On Thu, 17 Aug 2006 12:57:01 -0700, antyeen
wrote:

Using Word 2003 - Is there a way to remove all bookmarks from a document
without having to write a program?

  #3   Report Post  
Posted to microsoft.public.word.newusers
antyeen antyeen is offline
external usenet poster
 
Posts: 2
Default Removing all bookmarks from a document.

I've never created or run a macro so I'm not sure how to do this. Any tips
are welcomed.

"Jay Freedman" wrote:

Without a macro, the only way is to open the Insert Bookmark dialog,
highlight one bookmark at a time and click Delete, and repeat until
they're all gone.

What's your objection to a macro? Especially one as simple as

Sub DeleteAllBookmarks()
Dim i As Integer
For i = 1 To ActiveDocument.Bookmarks.Count
ActiveDocument.Bookmarks(1).Delete
Next i
End Sub

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org

On Thu, 17 Aug 2006 12:57:01 -0700, antyeen
wrote:

Using Word 2003 - Is there a way to remove all bookmarks from a document
without having to write a program?


  #4   Report Post  
Posted to microsoft.public.word.newusers
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default Removing all bookmarks from a document.

See http://www.gmayor.com/installing_macro.htm

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"antyeen" wrote in message
...
I've never created or run a macro so I'm not sure how to do this. Any

tips
are welcomed.

"Jay Freedman" wrote:

Without a macro, the only way is to open the Insert Bookmark dialog,
highlight one bookmark at a time and click Delete, and repeat until
they're all gone.

What's your objection to a macro? Especially one as simple as

Sub DeleteAllBookmarks()
Dim i As Integer
For i = 1 To ActiveDocument.Bookmarks.Count
ActiveDocument.Bookmarks(1).Delete
Next i
End Sub

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org

On Thu, 17 Aug 2006 12:57:01 -0700, antyeen
wrote:

Using Word 2003 - Is there a way to remove all bookmarks from a

document
without having to write a program?



  #5   Report Post  
Posted to microsoft.public.word.newusers
Greg Maxey Greg Maxey is offline
external usenet poster
 
Posts: 171
Default Removing all bookmarks from a document.

See:
http://gregmaxey.mvps.org/Bookmark_Tool.htm

antyeen wrote:
I've never created or run a macro so I'm not sure how to do this. Any tips
are welcomed.

"Jay Freedman" wrote:

Without a macro, the only way is to open the Insert Bookmark dialog,
highlight one bookmark at a time and click Delete, and repeat until
they're all gone.

What's your objection to a macro? Especially one as simple as

Sub DeleteAllBookmarks()
Dim i As Integer
For i = 1 To ActiveDocument.Bookmarks.Count
ActiveDocument.Bookmarks(1).Delete
Next i
End Sub

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org

On Thu, 17 Aug 2006 12:57:01 -0700, antyeen
wrote:

Using Word 2003 - Is there a way to remove all bookmarks from a document
without having to write a program?



Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mail Merge Data Question Tom Bean Mailmerge 7 May 26th 06 12:02 AM
How do I get bookmarks to work when sending document via email? Sully0714 Microsoft Word Help 1 May 19th 06 09:42 PM
Removing line at end of document bobm Microsoft Word Help 9 May 18th 06 08:42 PM
automating a document keats Microsoft Word Help 5 March 13th 06 05:24 AM
Globally removing certain tables in a document Tamara Tables 1 July 11th 05 08:26 PM


All times are GMT +1. The time now is 02:12 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"