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: macros on word forms From:"Steve Hudson" <steve -at- wright -dot- com -dot- au> To:"TECHWR-L" <techwr-l -at- lists -dot- raycomm -dot- com> Date:Thu, 1 Nov 2001 11:27:46 +1100
The easiest way is to lay out your form with invisible tables. Then bookmark
the relevant cell in the table and use the reference to the bookmark to fill
in the duplicated fields. Failing that, bookmark the field and x-ref to that
bookmark.
Now, as regards macro-magix. The form fields are part of the
activedocument.fields collection. Read/write them via that. Use .code and
.result for their schitzoid aspects.
Steve Hudson
Principal Technical Writer
HDK List MVP
Wright Technologies (Aus)
steve -at- wright -dot- com -dot- au
The best way to predict the future... is to create it!
-----Original Message-----
From: Sharon Russell
I am working on developing an electronic form that our developers can use to
record settings for specific servers. This customized form can then be sent
out with our generic documentation and used to set up a new system. Since
some settings need to be entered in several different procedures, and since
the form is electronic, I wanted the form to automatically fill in a repeat
setting the first time it is entered into the form. (The field contents are
not numeric.) I've determined that Word will be the most convenient tool for
the developers to access, but am having trouble getting the form to grab the
contents from one field and copy it into another field. (I'm using Word 2000
on a windows environment).
I use the forms toolbar to enter text fields and then try to create a macro
that will check the contents of one field and copy it into another field.
But Word doesn't recognize the form field as an object so I can't reference
it. If I use the VB toolbar and enter fields, I can reference them as
objects and create the macro, but then I can't lock the form and it always
opens in design mode.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Announcing new options for IPCC 01, October 24-27 in Santa Fe,
New Mexico: attend the entire event or select a single day.
For details and online registration, visit http://ieeepcs.org/2001
Your monthly sponsorship message here reaches more than
5000 technical writers, providing 2,500,000+ monthly impressions.
Contact Eric (ejray -at- raycomm -dot- com) for details and availability.
---
You are currently subscribed to techwr-l as: archive -at- raycomm -dot- com
To unsubscribe send a blank email to leave-techwr-l-obscured -at- lists -dot- raycomm -dot- com
Send administrative questions to ejray -at- raycomm -dot- com -dot- Visit http://www.raycomm.com/techwhirl/ for more resources and info.