Hi All, I have the following code that allows a user to make a single selection, via a user form, based on a lookup range. This works fine. The problem I have is that I need to make this a 'multiple selection'.
My Code is;
Sub Demo2()
Dim Ops() As Variant
Dim Cnt As Integer, i As...