Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Menus and Toolbars / May 2004

Tip: Looking for answers? Try searching our database.

Copied fax template doesn't work

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
JT - 26 May 2004 17:34 GMT
Hi There:

I tried to copy a section which has check boxes in front
of "urgen", " for review", and etc from the "Professional
Fax" document to another.  When I double click a check box
in the original document, it inserts a check mark into the
box.  However, the double clicking doesn't work anymore
for the ones that were copied and pasted.  

Please help!

Thanks,
JT
Graham Mayor - 26 May 2004 17:41 GMT
You need to copy the autotext entries (Checked Box and Unchecked Box) and
the macros that set them (below) to the new template also

Sub CheckIt()
ActiveDocument.AttachedTemplate.AutoTextEntries("Checked Box").Insert
Where:=Selection.Range
End Sub
Sub UncheckIt()
ActiveDocument.AttachedTemplate.AutoTextEntries("Unchecked Box").Insert
Where:=Selection.Range
End Sub

Signature

<>>< ><<> ><<> <>>< ><<> <>>< <>><
Graham Mayor -  Word MVP

My web site www.gmayor.com
Word MVP web site www.mvps.org/word
<>>< ><<> ><<> <>>< ><<> <>>< <>><

> Hi There:
>
[quoted text clipped - 9 lines]
> Thanks,
> JT
JT - 26 May 2004 17:56 GMT
Thank you very much Graham!

>-----Original Message-----
>You need to copy the autotext entries (Checked Box and Unchecked Box) and
[quoted text clipped - 6 lines]
>Sub UncheckIt()
>ActiveDocument.AttachedTemplate.AutoTextEntries
("Unchecked Box").Insert
>Where:=Selection.Range
>End Sub
[quoted text clipped - 14 lines]
>
>.
Charles Kenyon - 26 May 2004 19:53 GMT
There are a number of ways to create and use clickable checkboxes in
documents / templates. Some require protected or locked forms, others do
not. Take a look at the Checkbox template available at
http://www.addbalance.com/word/download.htm#CheckboxAddIn for an exploration
of these. It shows how the checkboxes in the FAX templates work.

Signature

Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.

> Hi There:
>
[quoted text clipped - 9 lines]
> Thanks,
> JT
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.