RE: Word: Find/Replace Table Properties

Subject: RE: Word: Find/Replace Table Properties
From: "Chinell, David F (GE Indust, Security)" <David -dot- Chinell -at- GE -dot- com>
To: <tech -dot- writer1 -at- verizon -dot- net>, <techwr-l -at- lists -dot- techwr-l -dot- com>
Date: Mon, 17 Sep 2007 15:27:58 -0400

Michael:

This sounds like a job for VBA (a macro).

Do you just want to rip through all the tables and change them without
visually checking first? If, in the end, all tables must have the same
indent, then I wouldn't bother with the part about "find all tables with
a certain indent". I'd just set them all.

Dim objTable as Table

For Each objTable in ActiveDocument.Tables
With objTable
.PreferredWidthType = wdPreferredWidthPoints
.Rows.Alignment = wdAlignRowLeft
.Rows.LeftIndent = InchesToPoints(0)
End With
Next objTable

Bear
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Create HTML or Microsoft Word content and convert to Help file formats or
printed documentation. Features include support for Windows Vista & 2007
Microsoft Office, team authoring, plus more.
http://www.DocToHelp.com/TechwrlList

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-

To unsubscribe send a blank email to
techwr-l-unsubscribe -at- lists -dot- techwr-l -dot- com
or visit http://lists.techwr-l.com/mailman/options/techwr-l/archive%40web.techwr-l.com


To subscribe, send a blank email to techwr-l-join -at- lists -dot- techwr-l -dot- com

Send administrative questions to admin -at- techwr-l -dot- com -dot- Visit
http://www.techwr-l.com/ for more resources and info.


References:
Word: Find/Replace Table Properties: From: tech.writer1

Previous by Author: RE: Searching PDFs
Next by Author: RE: Documentation conventions
Previous by Thread: Word: Find/Replace Table Properties
Next by Thread: Need Experienced Advice re Accepting Foreign ELance Biz


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


Sponsored Ads