I ran into a formatting problem and created a temporary work-
around, but there has got to be a better way to do this. The steps
are as follows:
In the main sheets, a user pulls up a userform, which includes a
textbox (limited at the moment to 165 characters) where they write
comments to the employee about that particular line (data about a
specific call). Whatever he or she writes is saved in a cell on that
row.
At the end of the month, employee reports are built from this
information, and when there is a comment about a particular line of
data, the program inserts the comment in the cells below that specific
call information.
The problem is that since it is a supervisor writing comments to
the employee about that specific call and how it might be handled
differently, who knows how long those comments will be? . . . at the
moment, I have limited the comment box to 165 characters, because that
roughly fits a combination of merged cells about a page in width and
about 2 lines in height (which is about 30 pixels high for a cell
height setting).
Is there a way to calculate the row height necessary to accomodate
the comments written by a supervisor at whatever length? . . . sort of
like an autosize on a textbox on a userform? . . . that is . . . if
what he or she writes is 300 characters in length, then the merged
cells would obviously need to be set at higher than 30 . . . while, if
they simply wrote "good job on this one" . .. then it would only be a
normal row height because it would easily fit on one line.
Any help on this will be appreciated, thanks, and I do hope all of
you are doing very well. Heheh . .. I'm in the Chicago area, so at
the moment, it's a temp of minus-4 degrees (F) so it's . .. uh . . .
rather cold. It's a wonder at this temp that I can think to write
code at all, much less good code. And, God help me if I need to
actually run it.