Home > Archive > Visual Basic > March 2005 > Form changes based on userinput with checkboxes
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Form changes based on userinput with checkboxes
|
|
|
| HI i'm trying to make a form that displays a few standard parts, and a couple
of variable parts, depending on if some checkboxes is true or false I use
word 2003.
This is my basic plan:
Checkbox1 []
Checkbox2 []
Checkbox3 []
Formpart (show always)
Formpart2(show if checkbox1 is true)
and so on.
I'm having som real problems with the VBA code. Can anyone help me?
Thanks
| |
| Jeff Johnson [MVP: VB] 2005-03-30, 3:55 pm |
|
"arnis" <arnis@discussions.microsoft.com> wrote in message
news:8BED9C67-1C93-4312-9133-A90C58ED7681@microsoft.com...
> HI i'm trying to make a form that displays a few standard parts, and a
> couple
> of variable parts, depending on if some checkboxes is true or false I use
> word 2003.
Then I recommend asking in microsoft.public.word.vba.general (or a more
specific group in this hierarchy).
|
|
|
|
|