View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Charley Kyd[_2_] Charley Kyd[_2_] is offline
external usenet poster
 
Posts: 30
Default Find the table height?

In FrontPage Design view there are two ways to change the height of a table.
We can specify a height property, or we can add a lot of text in a cell to
force the table to expand vertically.

My program uses the second approach by writing data to a cell. Is there a
programmatic way to find the actual height of the table, not merely the
height specified in Table Properties?

Thanks.

Charley