Hello world,
I want to do something very simple and cool but it seems a bit complicated to me atm.
So this is the code I have currently:
Private Sub UserForm_Initialize()
Dim r As Range
Dim rng As Range
Dim lr As Long
Dim dic As Object
Dim sh As Object
ComboBox1.Clear...