K
keith
This is a puzzle.
I’ve used the Mid and mid$ functions a lot,
The VBE6.DLL object library is loaded,
And the following text fails on the mid() function.
The compile error says, “Can’t find project or libraryâ€
Sub test1()
Dim a As String
Dim b As String
a = "ABCDEFGHI"
b = Mid(a, 3, 3)
End Sub
What is happening here?
keith
I’ve used the Mid and mid$ functions a lot,
The VBE6.DLL object library is loaded,
And the following text fails on the mid() function.
The compile error says, “Can’t find project or libraryâ€
Sub test1()
Dim a As String
Dim b As String
a = "ABCDEFGHI"
b = Mid(a, 3, 3)
End Sub
What is happening here?
keith