Re: How Do I Add Keywords To An MS Word File Automatically?

Subject: Re: How Do I Add Keywords To An MS Word File Automatically?
From: John Fleming <johntwrl -at- hotmail -dot- com>
To: "TECHWR-L" <techwr-l -at- lists -dot- raycomm -dot- com>
Date: Tue, 24 Jun 2003 20:05:54 -0600


On Tue, 24 Jun 2003 06:24:15 -0700 (PDT), in
bit.listserv.techwr-l you wrote:

> $Is it possible to add keywords to a Word file from a preset list, such
> $as a checklist, either with Visual Basic or some other utility? I know
> $I can add keywords manually via the Properties of a file We are trying
> $to figure out a way to mistake-proof the uploading process used to add
> $documents to our company's Intranet library.
> $
> $I'll be happy to summarize responses for the list.
> $
> $Thanks,

Document properties are part of the Visual Basic Object Model for
Word.

That means they can be manipulated using using Visual Basic.

For example, the following short macro changes the title in the
Properties "Title" box to "Training Your Wombat Nicely".

Sub Wombat()

ActiveDocument.BuiltInDocumentProperties("Title").Value = _
"Training Your Wombat Nicely"

End Sub

The complete list of built in properties that can be manifulated
programmatically this way is listed in Word's own help file. You
can use a related function, CustomDocumentProperties to
manipulate any custome properties defined as well.

--
John Fleming
Technical Writer
Edmonton, Alberta

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

ANNOUNCING ROBOHELP STUDIO

RoboHelp Studio maximizes your Help authoring power by combining
RoboHelp Office and RoboDemo, so you can easily create professional
Help systems that feature interactive tutorials and demos.

Find out more about RoboHelp Studio at http://www.ehelp.com/techwr-l2

---
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.



References:
How Do I Add Keywords To An MS Word File Automatically?: From: Tom Murrell

Previous by Author: Re: Bubble Your Pleasure, Bubble Your Fun
Next by Author: RE: Workplace Etiquette Question
Previous by Thread: How Do I Add Keywords To An MS Word File Automatically?
Next by Thread: Motivation + career path


What this post helpful? Share it with friends and colleagues:


Sponsored Ads