i did my grabbing using
code:
If Tag Like "(!XSSHVOL?)" = True Then 'volume name of drive ?
DriveLetter = LCase(Mid(Tag, 10, 1))
'rest of code here
End If
the only limitation(tho major) is that you need to make sure the user types an exact number of digets else it wont pick it up