Bookmark Dropping Off

K

Kirk Bay

I've got a template I use to complete a form in a vb.net
app. The template has two tables on it. The first table is
header information and the second table has several
bookmarks used to populate data.

When I fire off the app, I select the second table and
copy it. Then I populate it, scroll down two lines and
repaste the blank table. The only problem is the first
bookmark is dropped.


I did a little testing with my template and found out this
also happens if I do the copying/pasting myself. The
interesting part is, if I select both the header and data
tables, the bookmark is not dropped.

Any ideas.

Thanks

Kirk Bay
 
J

Jay Freedman

Hi, Kirk,

I suspect that part of the first bookmark isn't inside the table. To copy
it, you have to have both ends of the bookmark within the selection.

To see where the bookmark really is, go to Tools > Options > View and check
the Bookmarks box. The bookmark shows up as a pair of very heavy square
brackets.

If you need to move the bookmark, select the proper area in the document, go
to the Insert > Bookmark dialog, and add the same name again.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top