I have hundreds of documents and with a new corporate style about to
launch, all the documents need to be converted to the new style. This style
includes header/footer graphics, font types and sizes for different
headings/body texts and new bullet points.
I have the new style already setup in a template, and the Styles running
under the styles drop-down box... Alt+1,2,3 etc etc.
First of all, it is macros that I'm after?
Is it possible to create a macro/procedure that will convert from old to new
without much input? I'm thinking along the lines of a macro that will take
e.g.. heading 1 and simply alter the font and size, then move on to see if
heading 2 exists, if so, convert it to font x size y etc etc.
Is it possible? And if so, how would I go about developing it??
-Many thanks in advance,
George Hewitt
Business Solutions
----
PS Please can you reply to the group
Note that two of the NGs you cross-posted to (microsoft.public.word.general
and microsoft.public.word.wordbasic) no longer exist on Microsoft's servers,
and microsoft.public.word.word97vba is (I believe) little used. For VBA
questions, you would be better advised to use
microsoft.public.word.vba.general or others in the microsoft.public.word.vba
hierarchy. If you are not accessing Microsoft's servers directly, you can
click on the link below and an account for msnews will be set up in your
newsreader.
news://msnews.microsoft.com/microsoft.public.word.pagelayout
--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://www.mvps.org/word
"Business Solutions" <a...@b.com> wrote in message
news:agjpff$etr$1...@knossos.btinternet.com...
One approach would be to put an AutoOPen macro in each relevant template.
The AutoOpen could make the needed updates as documents are opened 1 by 1.
Ort, you could have a macro that gets a bunch of files automagically, or a
macro that runs only when invoked by the user.
You don't say which version of Word.
In any case, take a look at the lists of WordBasic and Word VBA books at my
URL below.
--
http://www.standards.com/; Programming and support for Word macros,
including converting from WordBasic to VBA; Technical reviewing; Standards;
Product functional/design/specifications
------------------------------------------------
"Business Solutions" <a...@b.com> wrote in message
news:agjpff$etr$1...@knossos.btinternet.com...