D
Dave B
I'm getting an error for the following code:
Dim strText1 As String, strText2 As String
....
strText2 = LTRIM(strText1)
The error is "Wrong number of arguments or invalid property assignment"
The code looks exactly like the example in the help file. Anyone know why
am I getting this error?
Dim strText1 As String, strText2 As String
....
strText2 = LTRIM(strText1)
The error is "Wrong number of arguments or invalid property assignment"
The code looks exactly like the example in the help file. Anyone know why
am I getting this error?