View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
ExcelMonkey ExcelMonkey is offline
external usenet poster
 
Posts: 553
Default Loop through pages in multipage control

Yup that did it. Thanks - could not for the life of think outside of the
code I had already written. Thanks again.

EM

"merjet" wrote:

It seems like you should make the inner loop the outer one (and vice-
versa) and set pg.Visible = False before the inner loop and change it
to True if pg.Index = ListItemArray(X) - 1

Hth,
Merjet