View Single Post
 
Old 03-17-2024, 09:35 AM
woocash_11 woocash_11 is offline Windows 11 Office 2021
Novice
 
Join Date: Mar 2024
Posts: 4
woocash_11 is on a distinguished road
Default

Quote:
Originally Posted by Italophile View Post
Unless the height of the rows has already been set to "At Least", or "Exactly", there is no way to determine the current height of the row. Querying the row height in VBA will return a value of "Undefined".

You will need to decide what the minimum height should be, then modify the code in post #2 to set the Height property
You know, the problem is I am OCR specialist and my software always defines table row height as "exactly". These heights vary depending on the table and I can't define the minimum height.

In my work computer there were the script on the outside platform that was doing this without any problems, so I thought it might be possible via VBA code. Apparently I was wrong
Reply With Quote