Quote:
Originally Posted by teknomage1
Well, let's look at the code. What do the second and third arguments to Mid$() do?
|
Sorry, do you mean the argument shown below in bold?
Code:
Dim sText As String
Dim sMidText As String
sText = text1.text
sMidText = Mid$(sText, 3, 8)
Debug.Print sMidText