View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Maurice Maurice is offline
external usenet poster
 
Posts: 56
Default Print textbox-content possible?

Hi,

Just trying to find out if this is possible.
I have a textbox placed on my worksheet and it's properties set to scrollbar
vertical. Now I can typ all te text I want even if it doesn't fit because I
can scroll up and down. Now here's my question: When I want to print this
textbox it only prints the visible part of the textbox. Is it possible to
print out the total content of the textbox?

Or should I use a userform and than add the content by placing it in a
dynamic cell.

Let me know if it is possible. Thanks in advance

Maurice