Search results

  1. P

    Running a macro on a protected form

    How can I run a macro and stop people from changing my form?
  2. P

    Putting a paragraph together in Word

    The macro should very simple I think. If Check1 is checked then string = string + Check1. I get the name Check1 from the Check1.bmp at the bottom of my thread and I think that this is the variable name. When I have added all the checkboxes to the string then I would like the string to be...
  3. P

    My first macro in word

    1 day old to VB and I think that I want something simple. In word I would like 5 checkboxes and I would like VB to take the sum of the checked checkboxes and put them into a paragraph. Example: For some reason the example bmp is at the bottom of the post. The out put would go somewhere on...
Back
Top Bottom