Finding the height of a row in a word table from Excel

Joined
May 5, 2017
Messages
1
Reaction score
0
I need to find the height of a cell that is in a word table from within Excel, and currently I am trying to use "objTable.Cell(1, 3).Height" to find the height of the cell (Where objTable references the table within the word document. This works correctly, as I am able to edit values within the table). However, this returns "9999999". I am unsure where next to go, as I can't find any solutions after searching online.

upload_2017-5-5_18-31-43.png


Any help is greatly apreciated! Sorry if it seems basic, I'm new to programming, so there may be something obvious that I'm missing!

Thanks,
Nathaniel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top