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:
  1. If lstDrive = "C:" Then
  2.         Shell "explorer " & "\\" & txtLookup & "\C$", vbNormalFocus
  3.     End If