Ok. I've given myself brain damage now trying to sort out the usual 'easy problem'. So before I have my common sense finally removed - for the good of the internet community - can somone help me with this :-
I'm trying to split a simple string (eg, Y4) into it's component parts using the 'RIGHT' and 'LEFT' arguments:-
Dim VarCollqst As Integer
VarCollqst=RIGHT([collqst],1)
I would expect this to return the answer '4' (from the above example)
But I keep getting the error message "Can't find project or Library" with the argument RIGHT highlighted in the debug window.
The doctors are calling me and I would like to find out what I'm doing wrong before I go.
Are ther any samaritans out ther who would care to put me out of my misery ??????
Steady ...
I'm trying to split a simple string (eg, Y4) into it's component parts using the 'RIGHT' and 'LEFT' arguments:-
Dim VarCollqst As Integer
VarCollqst=RIGHT([collqst],1)
I would expect this to return the answer '4' (from the above example)
But I keep getting the error message "Can't find project or Library" with the argument RIGHT highlighted in the debug window.
The doctors are calling me and I would like to find out what I'm doing wrong before I go.
Are ther any samaritans out ther who would care to put me out of my misery ??????
Steady ...