Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9,101
Default Control in Excel 2007

Have you tried a WORDPAD Application?

windir = Environ("windir")
RetVal = Shell(windir & "\" & "wordpad.exe")


You may have to search for the wordpad application. the PC I'm using
doesn't have it in the normal location.

"K" wrote:

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

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 557
Default Control in Excel 2007

On Jun 18, 1:46*pm, Joel wrote:
Have you tried a WORDPAD Application?

windir = Environ("windir")
RetVal = Shell(windir & "\" & "wordpad.exe")

You may have to search for the wordpad application. *the PC I'm using
doesn't have it in the normal location.



"K" wrote:
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- Hide quoted text -


- Show quoted text -


thanks for replying. yes i have wordpad but i dont need any
application as i am looking for built in controls in excel like Active
X controls or Forms controls
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
2007 Form Control/ActiveX Control font difference Nikko963 Excel Discussion (Misc queries) 0 April 15th 09 04:21 PM
Excel 2007 VBA Label Control Ron Keno Excel Programming 0 April 11th 09 04:19 PM
excel 2007 and calendar control Sheldon Charts and Charting in Excel 4 January 14th 08 07:54 PM
Calendar Control for Excel 2007 JoeFrench Excel Programming 2 November 5th 07 07:51 PM
I need help with Excel 2007 and VB6 OLE Control Sri Charts and Charting in Excel 1 September 9th 07 04:50 AM


All times are GMT +1. The time now is 03:02 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"