View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ronbo Ronbo is offline
external usenet poster
 
Posts: 162
Default Transfer data from List Box

I have created a userform with a list box. I have everything working fine
except the OK button. After highlighting the items on the list I want the OK
button to find the next open cell in column B and transfer the highlighted
items. So what I need help with is the code for transferring items from the
listbox to column B on the spreadsheet.

Any help is appreciated