OK, I figured it out. I made the below code and it works well. The only problem is that I had to do it for every letter in the alphabet. If anyone has a shorter way to do it, hit me up. I'd like to see it. Thanks guys for all your help.
VB Code:
If lstDrive = "C:" Then Shell "explorer " & "\\" & txtLookup & "\C$", vbNormalFocus End If




Reply With Quote