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:
Dim strString as String strString = "SubName" Call strString 'so you see I want VB to call SubName instead of strString




Reply With Quote