View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
kirkm[_6_] kirkm[_6_] is offline
external usenet poster
 
Posts: 156
Default String in text box


I'm building up a rather complex string
and displaying it in a text box.

The text box is a fixed size, which is fine
as most outputs don't fill it. But when it
does, you see the last line and a cursor.

It'd be better is you could see the first line.

Is that possible?

Thanks - Kirk