Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 39
Default multiline inputbox

Does anybody know a good multiline inputbox that I can use in VBA?
Ideally with a richtext control.
It should be easy to do this with a userform, but trying to save some time.
Thanks.

RBS
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,514
Default multiline inputbox

Does anybody know a good multiline inputbox that I can use in VBA?
Ideally with a richtext control.
It should be easy to do this with a userform, but trying to save some
time. Thanks.

RBS


Userform is the way to go since you're obviously looking for something
very custom. Once done the component is reusable for other projects.

The folks I bought my Spread.ocx from (Farpoint) included a custom
InputBox.ocx but that's not the way to go, IMO, because the control
needs to be registered! (You were looking for something 3rd party, I
assume)

Note that the Windows Common Controls install with all versions of MS
Office and so anything from that lib works well on MSO Userforms.

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 39
Default multiline inputbox

OK, will be userform then.
Maybe in VB6 as an activeX dll because there are security problems
with the richtext control in VBA userforms.

RBS


On Wednesday, 18 March 2015 12:48:06 UTC, wrote:
Does anybody know a good multiline inputbox that I can use in VBA?
Ideally with a richtext control.
It should be easy to do this with a userform, but trying to save some time.
Thanks.

RBS


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,514
Default multiline inputbox

Maybe in VB6 as an activeX dll because there are security problems
with the richtext control in VBA userforms.


Do you mean beyond normal macro security? Please elaborate...

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 39
Default multiline inputbox

Many years ago I had a richtext control (the standard MS one) on a userform
and I had problems as the control was not trusted. Not to do with macro security. Since then I have been using a customized control (based on the standard one) with no problems. Have posted several times about this, years ago and it should be traceable.

RBS

Do you mean beyond normal macro security? Please elaborate...

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion




  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,514
Default multiline inputbox

Many years ago I had a richtext control (the standard MS one) on a
userform
and I had problems as the control was not trusted. Not to do with
macro security. Since then I have been using a customized control
(based on the standard one) with no problems. Have posted several
times about this, years ago and it should be traceable.


Yes, I'm aware of the warning displayed when the userform initially
loads. But that only happens once during runtime. I suppose that's once
too many, though!

What about using the Registry fix you got from KouKour back then? Seems
easier to go that way than build a custom control, IMO?

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion


  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 39
Default multiline inputbox

What about using the Registry fix you got from KouKour back then?

Can't remember that one and will have a look at it.

RBS


On Wednesday, 18 March 2015 18:19:30 UTC, GS wrote:
Many years ago I had a richtext control (the standard MS one) on a
userform
and I had problems as the control was not trusted. Not to do with
macro security. Since then I have been using a customized control
(based on the standard one) with no problems. Have posted several
times about this, years ago and it should be traceable.


Yes, I'm aware of the warning displayed when the userform initially
loads. But that only happens once during runtime. I suppose that's once
too many, though!

What about using the Registry fix you got from KouKour back then? Seems
easier to go that way than build a custom control, IMO?

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion


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
is a multiline possible Rivers Excel Programming 0 November 3rd 08 11:41 PM
Multiline Messagebox in VBA Joe[_46_] Excel Programming 5 December 10th 07 08:10 PM
multiline inputbox or msgbox message jasminesy Excel Programming 2 July 26th 06 09:32 PM
multiline cells Joanne[_4_] Excel Programming 1 July 21st 06 02:50 AM
Tab's in a multiline text box Robert Mulroney[_3_] Excel Programming 1 February 8th 06 01:21 AM


All times are GMT +1. The time now is 08:17 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"