I saw this somewhere but as usual cannot find it when I need it. I have a litbox filled with word document names Using scripting file I get this:
For Each fil2 In fol2.files
If fil2.Type = "Microsoft Word Document" Then
Me.DocsList.AddItem fil2.Name
End If
Next
I want to be able to select a name in the list and change it.
Thanks
For Each fil2 In fol2.files
If fil2.Type = "Microsoft Word Document" Then
Me.DocsList.AddItem fil2.Name
End If
Next
I want to be able to select a name in the list and change it.
Thanks