stirlingmw
Board Regular
- Joined
- Feb 18, 2013
- Messages
- 75
I am trying to pass a Listbox multicolumn selection over to another multicolumn Listbox on another open Userform, but only if there is text on at least one of the source listbox columns/
I have tried
[FONT="]
[/FONT]
Where am I going wrong?
Thanks
Steve
I have tried
Code:
[COLOR=#000000][FONT=Courier][FONT=Verdana, Geneva, sans-serif]listdest.additem listdest.list(listdest.listcount -1,1)=listsource.list(listsource.listcount-1,1).value[/FONT]
[/FONT][/COLOR]
[COLOR=#000000][FONT=Courier][FONT=Verdana, Geneva, sans-serif]listdest.additem listdest.list(listdest.listcount -1,2)=listsource.list(listsource.listcount-1,2).value[/FONT]
[/FONT][/COLOR]
[/FONT]
Where am I going wrong?
Thanks
Steve