list box displaying single column

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
I have bound a list box to the second column. The user wants to be able to edit the list box data. Is there any way to do this, maybe with another control? Thanks in advance

Michael.
 
You could certainly provide such a capability by using a textbox to show the
selected value, then reacting to a changed value in the textbox. Or you
could pop up another userform with similar type functionality.

--
Regards,
Tom Ogilvy

mdub said:
Hi,
I have bound a list box to the second column. The user wants to be able
to edit the list box data. Is there any way to do this, maybe with another
control? Thanks in advance,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top