Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.word.mailmerge.fields
|
|||
|
|||
![]()
On my office computer I installed a Word 2003 macro to check a checkbox by
double clicking it. Macro came from Contemporary Fax.dot. The version of the file on the MS Template website does not have that function. Does anyone know where I can find it? -- Red meat is not bad for you. Now blue meat. . .that's a completely different story. |
#2
![]()
Posted to microsoft.public.word.mailmerge.fields
|
|||
|
|||
![]()
That template uses two macros like this:
Sub CheckIt() ActiveDocument.AttachedTemplate.AutoTextEntries("C hecked Box").Insert Whe=Selection.Range End Sub Sub UncheckIt() ActiveDocument.AttachedTemplate.AutoTextEntries("U nchecked Box").Insert Whe=Selection.Range End Sub The "checked Box" and "Unchecked box" autotext entries contain MACROBUTTON fields like this: { MACROBUTTON UnCheckIt tick } where tick is Wingdings character 254 and { MACROBUTTON CheckIt box } where box is Wingdings character 168 Peter Jamieson http://tips.pjmsn.me.uk Visit Londinium at http://www.ralphwatson.tv On 29/10/2009 13:53, Ecofreak wrote: On my office computer I installed a Word 2003 macro to check a checkbox by double clicking it. Macro came from Contemporary Fax.dot. The version of the file on the MS Template website does not have that function. Does anyone know where I can find it? |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Checkbox Macro Help | Microsoft Word Help | |||
Checkbox print macro | Microsoft Word Help | |||
Macro based off of checkbox | Microsoft Word Help | |||
MACRO for CHECKBOX FORM FIELD | Microsoft Word Help | |||
Search for Checkbox Form field in a macro | Microsoft Word Help |