Hello all
i am trying to add all the unique values from my range with the below code.
Private Sub UserForm_Initialize()
Dim sngLeft As Single
Dim sngTop As Single
Dim ColNum, i As Integer
Dim Name, myString As String
Dim strFound As Boolean
Call ReturnPosition_CenterScreen(Me.Height...