View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JLR-Mart[_2_] JLR-Mart[_2_] is offline
external usenet poster
 
Posts: 1
Default Copy from one box to another on a user form

Please can someone help. I have a user form with two list boxes on it. One on
the left and one on the right. The LH box has a list of choices and the RH
box is empty. I want a user to highlight a choice or choices in the left box
and by clicking a button with an arrow on it pointing to the RH box it will
populate the RH box with this choice. Having created a list of choices in the
RH box I then want to create a space seperated string of these choices.

Anyone done something similar before?