View Single Post
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Manki Manki is offline
external usenet poster
 
Posts: 1
Default 4605 error that says "this method or property is not available because no text is selected"

Hi,
I am trying to Copy Bookmarks from a word document into another
word document.The Macro is running fine on my computer but on another
computer it gives the following error:
4605 error that says "this method or property is not available because
no text is selected"

The line where it gives the error looks like:

wrdDoc.Bookmarks(BookmarkName).Range.Copy

-Mayank