Hello !
As you know, the letter of an USB device can change.
If you need to use a USB device in your VBA application, is it possible to use this:
'declaration
Public DRIVELETTER
Public Declare Function GetVolumeInformation Lib "Kernel32" Alias "GetVolumeInformationA" (ByVal lpRootPathName As...