rowsources

J

Joost Verstraeten

I have tested this userform

Private Sub UserForm_Activate()
With lstSoortUitgaven
.RowSource = "Uitgaven"
.ListIndex = 0
End With


It doesn´t works BUT in the help files I read
that this property is not supported by microsoft office for Mac !

Is there another solution?

TIA
 
Top