A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » Tables
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Apply Para Keep With Next command to two adjacent styles?



 
 
Thread Tools Display Modes
  #1  
Old December 15th, 2006, 05:18 PM posted to microsoft.public.word.tables
Tom
external usenet poster
 
Posts: 61
Default Apply Para Keep With Next command to two adjacent styles?

I have a long document with many images and captions below the images.
Sometimes due to page layout, the captions spill onto the next page
without the image. To fix this, I select the caption and image and
apply the Para Keep With Next command. This locks them together on the
same page.

I would like to automate this with a macro. All my images are in one
style (image) and all the captions are in another style (caption). Is
it possible to create a macro that says, find all instances where the
caption style is adjacent to the image style, and apply the Para Keep
With Next command?

  #2  
Old December 15th, 2006, 08:00 PM posted to microsoft.public.word.tables
Lene Fredborg
external usenet poster
 
Posts: 1,294
Default Apply Para Keep With Next command to two adjacent styles?

If you make sure to always apply the “image” style to your image paragraphs,
you do not need a macro but only a small but important modification of the
image style:
Modify the _style definition_ of the image style to “Keep with next” (via
Paragraph Line and Page Breaks tab).

This will force every paragraph with the image style to be on the same page
as the following paragraph (i.e. the caption).

You should not apply "Keep with next" to the caption style or any caption
paragraphs since it will force the caption paragraph to be on the same page
as the following paragraph. This may result in an image and caption being
moved the the next page even if there is room for both on a page. To remove
this setting from existing captions, you can use Find and Replace (More
button Format Paragraph - search for paragraphs with caption style and
"Keep with next", replace by "Don't keep with next").

--
Regards
Lene Fredborg
DocTools – Denmark
www.thedoctools.com
Document automation – add-ins, macros and templates for Microsoft Word


"Tom" wrote:

I have a long document with many images and captions below the images.
Sometimes due to page layout, the captions spill onto the next page
without the image. To fix this, I select the caption and image and
apply the Para Keep With Next command. This locks them together on the
same page.

I would like to automate this with a macro. All my images are in one
style (image) and all the captions are in another style (caption). Is
it possible to create a macro that says, find all instances where the
caption style is adjacent to the image style, and apply the Para Keep
With Next command?


  #3  
Old December 18th, 2006, 01:32 PM posted to microsoft.public.word.tables
Tom
external usenet poster
 
Posts: 61
Default Apply Para Keep With Next command to two adjacent styles?

Thanks Lene. That works well and is much easier to implement.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 09:51 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright 2004-2024 OfficeFrustration.
The comments are property of their posters.