View Single Post
 
Old 03-14-2021, 05:27 AM
eduzs eduzs is offline Windows 10 Office 2019
Expert
 
Join Date: May 2017
Posts: 266
eduzs is on a distinguished road
Default Retrieve row height merged cells

Original post was something like:
Retrieve rows height within a table with vertically merged cells, where the simple code below returns error 5991:
Quote:
Sub Test()
Dim oRow as Row
For Each oRow In Selection.Tables(1).Rows
Debug.Print oRow.Height
Next oRow
End Sub
__________________
Backup your original file before doing any modification.

Last edited by eduzs; 03-14-2021 at 03:13 PM.
Reply With Quote