maybe you should re evaluate the use of word for this task?
html is quite good for this
or pdf
advantages
- everyone can read ( not all people have word installed, nevermind
word 2007)
- easier to generate
- non propertary
jsut my 2 cents
:D
On Mar 19, 6:48 am, Jonathan Parker <
jonathanparkerem...@gmail.com>
wrote:
> Cool, I don't have 2007 on my machine at work so will have to look at how
> feasible it is.
>
>
>
> On Thu, Mar 19, 2009 at 2:04 PM, Adam Dymitruk <
a...@dymitruk.com> wrote:
>
> > You should be able to do it in a matter of minutes.
>
> > This is what I got:
>
> > Sub Macro1()
> > '
> > ' Macro1 Macro
> > ' Macro recorded 03/18/2009 by Adam Dymitruk
> > '
> > ActiveDocument.SaveAs FileName:="test.doc", FileFormat:=103,
> > LockComments _
> > :=False, Password:="", AddToRecentFiles:=True, WritePassword:="", _
> > ReadOnlyRecommended:=False, EmbedTrueTypeFonts:=False, _
> > SaveNativePictureFormat:=False, SaveFormsData:=False,
> > SaveAsAOCELetter:= _
> > False
> > End Sub
>
> > On Wed, Mar 18, 2009 at 6:53 PM, Jonathan Parker
> > <
jonathanparkerem...@gmail.com> wrote:
> > > Ah, it sounds like a weekend project I think. Thanks for the info though.
>
> > > On Thu, Mar 19, 2009 at 1:35 PM, Adam Dymitruk <
a...@dymitruk.com>
> > wrote:
>
> > >> simply press ALT+F11 to get into the macro editor. Go back to word.
> > >> Record temporary macro. Do a save as 2003 format command through the
> > >> menu. Then stop the macro recorder. Jump back to the macro ide and you
> > >> should see the autogenerated code for what you just did. This will
> > >> give you an example of what you can do with the Word Automation API.
>
> > >> Let me know if you need any more help.
>
> > >> Adam
>
> > >> On Wed, Mar 18, 2009 at 6:29 PM, Jonathan Parker
> > >> <
jonathanparkerem...@gmail.com> wrote:
>
> > >> > Cool, though I can't find any links on automating conversion. Do you
> > >> > know how it's done?
>
> > >> > On Thu, Mar 19, 2009 at 1:06 PM, Adam Dymitruk <
a...@dymitruk.com>