still cant seem to get the dropdown to work?
Dim DropDown1 As Variant
For Folders = 0 To UBound(Ukas)
DropDown1.AddItem Ukas(Folders)
Next
still cant seem to get the dropdown to work?
Dim DropDown1 As Variant
For Folders = 0 To UBound(Ukas)
DropDown1.AddItem Ukas(Folders)
Next