View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
GS[_2_] GS[_2_] is offline
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