heedaf
06-02-2020, 05:14 PM
I've got the following snipet of code and Word document with a table in it and I would like to know the height of the rows in the table.
Set TblRng = rng.Next(unit:=wdTable, Count:=1)
Debug.Print TblRng.Rows.Height
I thought it worked fine at one time but now I'm geting 99999 for the height value of a row in the tables. I've tried .row(1).height and all other variations I can think of and I only get 999999. Any idea what I'm doing wrong?
Set TblRng = rng.Next(unit:=wdTable, Count:=1)
Debug.Print TblRng.Rows.Height
I thought it worked fine at one time but now I'm geting 99999 for the height value of a row in the tables. I've tried .row(1).height and all other variations I can think of and I only get 999999. Any idea what I'm doing wrong?