View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Eric Weller Eric Weller is offline
external usenet poster
 
Posts: 7
Default Prevent Page Break across a Cell

All:
I have a program that is inserting several hundred jpg pictures into an
Excel Template. Each picture goes into a merged cell that is 4 columns wide
and 17 rows high.
The problem is that when Excel is automatically placing page breaks, it
breaks across the merged cell so that part of the picture is on one page and
the rest is on the next page.
I know in Word you can specify that a table where it will not break across a
cell but i do not know how to do that in Excel.
I appreciate any suggestions!