View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Brandon Brandon is offline
external usenet poster
 
Posts: 58
Default Programming Comments in Excel 2003

Hello,

I am programming a userform to input and edit records in a spreadsheet. I
have a couple of textboxes in the form that I am using to add comment boxes
to certain cells. I am trying to find a way to set the comment boxes format
to automatic size within the userform's code. This way long comments will be
entirely visible when the mouse hovers over the comment.

Any help or suggestions would be very helpful.

Thanks,


-Brandon