B
Bear
This is a legal document application. In a row 1 of a table, cell 1 has a
variable amount of text, the number of lines may be determined by any
combination of paragraphs, linefeeds, or text wrapping.
In cell two, I want to use VBA to insert a series of right-parens and paras,
i.e. ")" & vbNewLine, until the height of cell two (or number of lines in
cell two) is equal to the original height (or number of lines) in cell one.
I've caught tantalizing snippets in various posts, but still have no way to
determine the acutual height of a row or cell, or the number of lines in a
cell or selection.
Can anyone help?
Bear
variable amount of text, the number of lines may be determined by any
combination of paragraphs, linefeeds, or text wrapping.
In cell two, I want to use VBA to insert a series of right-parens and paras,
i.e. ")" & vbNewLine, until the height of cell two (or number of lines in
cell two) is equal to the original height (or number of lines) in cell one.
I've caught tantalizing snippets in various posts, but still have no way to
determine the acutual height of a row or cell, or the number of lines in a
cell or selection.
Can anyone help?
Bear