View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Stringer[_7_] Stringer[_7_] is offline
external usenet poster
 
Posts: 1
Default Can I overtype a listbox item


John;218336 Wrote:
I have a listbox in which I use .AddItem to present the user w/ several
choices, from which he can select one. Is it possible to allow him to
over
type the first item in the box so that he could supple thy text if he
didn't
like the options I presented?

I appreciate your help, -John


I doubt it, with some code you can type new items in a combobox and
then the new item will be added to the combobox list, check out Dave
Peterson's code here, it will of course need some manipulating to fit
your requirements.
http://tinyurl.com/bsywln


--
Stringer
------------------------------------------------------------------------
Stringer's Profile: http://www.thecodecage.com/forumz/member.php?userid=117
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=60014