TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:Re: Can you help me with this macro? (Word 2003) From:"Jonathan West" <jwest -at- mvps -dot- org> To:"Hemstreet, Deborah" <DHemstreet -at- kaydon -dot- com> Date:Mon, 29 Sep 2008 17:58:26 +0100
2008/9/29 Hemstreet, Deborah <DHemstreet -at- kaydon -dot- com>:
> Hi All,
>
> Below my question is a macro I've recorded. My question: I want this
> macro to merely open the Cross Reference dialog box, with it pre-set to
> insert a Figure with the Only Label and Number option selected. The user
> would then select the figure number, insert the ref and close the dialog
> box.
>
> Is there a way to modify this macro for the above desired action? My
> attempts have failed.
>
Not easy, as the dialog doesn't respond as it should to setting the
dialog box arguments, so you have to use SendKeys which can be rather
flaky. But this does seem to work.
With Dialogs(wdDialogInsertCrossReference)
SendKeys "ff{TAB}{DOWN}{DOWN}~%w": .Show
End With
The "ff" sets the reference kind to Figure. The "{TAB}" moves the
focus across to the "Insert reference to" box. "{DOWN}{DOWN}" opens
the dropdown and moves down one item. "~" selects and closes the
dropdown. "%w" moves the focus to the "For which heading" dialog.
It works for me. YMMV.
Regards
Jonathan West
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ComponentOne Doc-To-Help gives you everything you need to author and
publish quality Help, Web, and print content. Perfect for technical
authors, developers, and policy writers. Download a FREE trial. http://www.componentone.com/DocToHelp/
True single source, conditional content, PDF export, modular help.
Help & Manual is the most powerful authoring tool for technical
documentation. Boost your productivity! http://www.helpandmanual.com
---
You are currently subscribed to TECHWR-L as archive -at- web -dot- techwr-l -dot- com -dot-