Hi,
When I try to compile the program, I get the following error:
Compile Error: Can't find project or library.
It highlights the following word in the following line of code:
As you can see, it highlights the word "Mid." Do you know what library I might be missing?
Thank you
When I try to compile the program, I get the following error:
Compile Error: Can't find project or library.
It highlights the following word in the following line of code:
Code:
strFilter = strFilter & [b]Mid[/b](strFilterIn, intLastPos, intPos - intLastPos) & vbNullChar
As you can see, it highlights the word "Mid." Do you know what library I might be missing?
Thank you