- 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.
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
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