View Single Post
 
Old 07-15-2025, 09:23 AM
mrhurley mrhurley is offline Windows 11 Office 2021
Novice
 
Join Date: Jul 2025
Posts: 3
mrhurley is on a distinguished road
Default 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
Reply With Quote