According to this:
https://msdn.microsoft.com/en-us/lib...ffice.11).aspx
you should be able to step through all the selected items with a for loop:
Code:
For Each vrtSelectedItem In .SelectedItems 'vrtSelectedItem is a String that contains the path of each selected item. 'You can use any file I/O functions that you want to
Leave a comment: