View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
avi avi is offline
external usenet poster
 
Posts: 195
Default Paste values from TextBox to ListBox

Hello,

I have a Userform with a ListBox and a TextBox.

I want the ListBox in column i in the selected row, to get its value
from the text enterd in the TextBox:

Each Time a row is selected in the ListBox, the TextBox should display
the value in that column and Vice Versa, the value in the ListBox could
be changed/edited by changing/editing the value in the TextBox.

I hope my request is clear enough.

Any piece of code will be appreciated

Thanks a lot