View Single Post
  #2   Report Post  
Anne Troy
 
Posts: n/a
Default Large (1000+ pages) document - Break into many individual files

Hi, Karen. I would bet that you could alter this macro he
http://vbaexpress.com/kb/getarticle.php?kb_id=140
First, you'd have to mark the text somehow, so here's a scenario, though I'm
no great coder and someone else could do better. If you could at least go to
each logo and directly in front of it paste a paragraph of formatted text,
let's say the style is a custom style called MyStyle (see
http://www.officearticles.com/word/c...osoft_word.htm for
how to create a style), and let's say the text is BreakHere. You could then
alter that macro at the first link to break the documents out where MyStyle
is (instead of Heading 1).
************
Anne Troy
www.OfficeArticles.com



"karen" wrote in message
...
I am using Word 2003 and have very large document that I need to break into
many smaller files. The individual files will not be the same number of
pages. A graphic logo appears at the top of what needs to become the new
file.
Although I dont know how to make this happen, I am thinking that this will
require a two step process:
1. Apply a macro to search for the logo and insert a page break
immediately
above.
2. Somehow name and save the new smaller files.

Can anyone offer insight on this matter?