Check Box Macro

G

Gfunc

Hi,

I have 2 check boxes in a word form. I would like a macro to run so that
once I check one of the boxes, I automatically go to another area of the
form.

Is this possible? When trying to record the macro, I was unable to select
the checkbox, so I am not sure what needs to be done for this to happen.

I appreciate any advice!

Gfunc
 
D

Doug Robbins - Word MVP

What type of checkboxes? Is it a document that is protected for Filling in
Forms?

If it is that type of document, on exit from the checkbox formfields, have a
macro run that contains the following code

ActiveDocument.FormFields("Bookmarknameoftheformfieldthatyouwanttogoto").Range.Select

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP, originally posted via msnews.microsoft.com
 

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