To all
I want to create a simple GUI with a listbox and ‘process’ button (done!). In that listbox I want to add the name of all the xls files currently open (in my excel session)
On the processbutton.click I then want to take get the name selected and pass it to a function
1. How do I do that?
2. Is it possible get to the same with multiple selection? Something like that
For Each sFileName As String In asFileNameSelected
Processthedata(sFileName)
Next
Thanks
Regards
I want to create a simple GUI with a listbox and ‘process’ button (done!). In that listbox I want to add the name of all the xls files currently open (in my excel session)
On the processbutton.click I then want to take get the name selected and pass it to a function
1. How do I do that?
2. Is it possible get to the same with multiple selection? Something like that
For Each sFileName As String In asFileNameSelected
Processthedata(sFileName)
Next
Thanks
Regards