View Single Post
  #2   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Peter Jamieson Peter Jamieson is offline
external usenet poster
 
Posts: 4,582
Default Looking for the checkbox macro from contemporary fax.dot.

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?