P
Peter Rooney
Good morning,
Can anyone advise me as to how I could trap the characters up to the first
space in the activeproject name? So, for example, if the project was called
FRAIMS 26-10-05, I'd trap "FRAIMS", if it was CSL 26-10-05, I'd trap "CSL"
and so on.
I've tried to use the following:
FirstPartLength = Find(ActiveProject.Name, " ")-1
but all this does is display the FIND dialog box.
Thanks in advance
Pete
Can anyone advise me as to how I could trap the characters up to the first
space in the activeproject name? So, for example, if the project was called
FRAIMS 26-10-05, I'd trap "FRAIMS", if it was CSL 26-10-05, I'd trap "CSL"
and so on.
I've tried to use the following:
FirstPartLength = Find(ActiveProject.Name, " ")-1
but all this does is display the FIND dialog box.
Thanks in advance
Pete