Hi Guys
I have just opened a previously developed project in VBA and when i run this line of code:
If UCase(strFileExtention) = ".DOC" Then
and if i use the left function i get the error "Can't find project or Library" and intellisense does not pick it up.
I thought you only needed to reference the VBA library to use this function.
Thanks Si
I have just opened a previously developed project in VBA and when i run this line of code:
If UCase(strFileExtention) = ".DOC" Then
and if i use the left function i get the error "Can't find project or Library" and intellisense does not pick it up.
I thought you only needed to reference the VBA library to use this function.
Thanks Si