btran007 Posted June 14, 2007 Posted June 14, 2007 Hello everyone,I have a word document opened with Table of Contents in Frame. In the Table of Contents in Frame, I have inserted checkboxes next to each hyperlink. I wasn't able to jump to the hyperlinks using code therefore I am trying Bookmarks. Below is the Macro for a checkbox but it's not working because the bookmark only exists in the main document and not in the frame. Attached is a screen capture of what I am trying to achieve. If I can define what frame the bookmarks belong to might work. I would appreciate any comments or assistance. Private Sub CheckBox1_Click()If CheckBox1.Value = True ThenActiveDocument.Bookmarks("BM1").SelectEnd IfEnd Sub
spacesurfer Posted June 19, 2007 Posted June 19, 2007 This is a double post.It's essentially the same question reworded and different title.
spacesurfer Posted June 19, 2007 Posted June 19, 2007 This is a double post.It's essentially the same question reworded and different title.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now