Thanks for the help
Thanks for the help. Got me where I wanted to go. One question as I try to understand the solution is the last line below:
With oTbl
With .Rows(x + 1)
.Height = Hght
"Hght" doesn't seem to be defined anywhere. Is this a universal variable or am I missing something.
Also - is there a way to inside a page break after every fourth row so I always start a page with a caption row. Tried adjusting the row height and even defining a new variable making the RwHght as (.PageHeight - .TopMargin - .BottomMargin - [fixed value of caption box/2]) / 2, but it kept making the row with the picture super skinny
|