View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
K[_2_] K[_2_] is offline
external usenet poster
 
Posts: 557
Default Control in Excel 2007

In excel is there any control which match all four categories below
1 - control should not resize itself to the text size when text is
pasted into it from different source
2 - control should get scroll bars appear when text in it exceed in
size from control size
3 - when text is pasted in control then text should appear in same
format as it was in the source
4 - individual text should be formated if required in the control

I tried
TextBox (Active X control)
TextBox (Drawing Tool)
Word Document Object

but it wont match all four categories mensioned above. Please can any
friend have any suggestions