G
Guest
Hi, I have some code that extracts data from a daily newswire. It won't
runnow I have OL 2003. Having striped it down the Left() function reports a
Project is missing.
The following test VBA code:
Sub TextTest()
Dim strEuroValue, strLeftBit As String
strLeftBit = "StartValue"
On Error Resume Next
strEuroValue = "qwerty"
strLeftBit = Left(strEuroValue, 3)
MsgBox strLeftBit
End Sub
creates a "Compile Error Can't find Project or Library.
Surely Left still works, it's there in the Help file.
Any help much appreciated.
Debbie M
runnow I have OL 2003. Having striped it down the Left() function reports a
Project is missing.
The following test VBA code:
Sub TextTest()
Dim strEuroValue, strLeftBit As String
strLeftBit = "StartValue"
On Error Resume Next
strEuroValue = "qwerty"
strLeftBit = Left(strEuroValue, 3)
MsgBox strLeftBit
End Sub
creates a "Compile Error Can't find Project or Library.
Surely Left still works, it's there in the Help file.
Any help much appreciated.
Debbie M