View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rick Rothstein Rick Rothstein is offline
external usenet poster
 
Posts: 5,934
Default How to display first line in a text box

Set the SelStart property to 0.

--
Rick (MVP - Excel)


"TJ" wrote in message
...
I have a EULA displaying in a text box with scroll bars. However the
display shows the end of the text not the first line.

Is there a way to display the top line or another approach?

Thanks