What I'm trying to do is to get VB to read the actual value stored inside the variable instead of just reading its', name here's what I mean.

VB Code:
  1. Dim strString as String
  2.  
  3. strString = "SubName"
  4.  
  5. Call strString 'so you see I want VB to call SubName instead of strString