Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
2007 Form Control/ActiveX Control font difference | Excel Discussion (Misc queries) | |||
Excel 2007 VBA Label Control | Excel Programming | |||
excel 2007 and calendar control | Charts and Charting in Excel | |||
Calendar Control for Excel 2007 | Excel Programming | |||
I need help with Excel 2007 and VB6 OLE Control | Charts and Charting in Excel |