Word exporting

Subject: Word exporting
From: "Steve Hudson" <steve -at- wright -dot- com -dot- au>
To: "TECHWR-L" <techwr-l -at- lists -dot- raycomm -dot- com>
Date: Thu, 27 Sep 2001 09:31:25 +1000

Just a thought which MAY overcome this problem for the many people that have
this problem and are using word2k.

Has anyone tried splitting the table at each line - importing into frame,
then killing the splits?

The macro to split a table at word's end is:

Sub PrepTablesForExport()
Dim k As Long
If Selection.Information(wdWithInTable) = False Then Exit Sub
With Selection.Tables(1)
While .Rows.Count > 1
.Split .Rows.Count
Wend
End With
End Sub

Simple select the too-complex table and run this macro. Hopefully export can
then understand each minitable.

Ideally one could have a matching macro on Frame that finds a table with a
single blank para in between it and the next table, and removes the para.

Steve Hudson
Principal Technical Writer
Wright Technologies (Aus)
steve -at- wright -dot- com -dot- au
(612) 9518-1822
The best way to predict the future... is to create it!



-----Original Message-----
From: Ellen Vanrenen
Sent: Thursday, September 27, 2001 3:09 AM
To: TECHWR-L
Subject: Word to Frame


We have a very "precisely" formatted (fussy) document in Word. It has quite
a large number of screen shots that are placed in irregular word tables
(seems like cells are merged one way in one row and another in a different
row). The tables have shadows.

Anyhow, Frame conversion ends in an unspeakable way when asked to take the
Word document as a whole. The only way to convert it seems to be to
translate to .rtf and then redo ALL the tables in Frame and re-import the
screen shots.

Does anyone have any suggestions how we might do it otherwise?


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

Planning to attend IPCC 01, October 24-27 in Santa Fe? Sign up by
October 3 and get a substantial discount! Program information,
online registration, and more on http://ieeepcs.org/2001/

+++ Miramo -- Database/XML publishing automation. See us at +++
+++ Seybold SFO, Sept. 25-27, in the Adobe Partners Pavilion +++
+++ More info: http://www.axialinfo.com http://www.miramo.com +++

---
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:
Word to Frame: From: Ellen Vanrenen

Previous by Author: RE: Online documentation saves trees? Not!
Next by Author: RE: emergency -- Word problem regarding "nesting too deeply"
Previous by Thread: Word to Frame
Next by Thread: Word to Frame


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


Sponsored Ads