Good day guys,
Can someone help me about my code?
This code is working fine for me.
Private Sub UserForm_initialize()
fn = Dir(“C:\User\Ben” & “\.*xls”, vbNormal)
Do While Len(fn) > 0
UserForm1.ListBox1.AddItem fn
fn = Dir()
Loop
End Sub
==========================
If i will change the...