|
I'm trying to use the Mid function in VBA 6.3, and I'm getting "Compile error: Can't find project or library", highlighting the Mid function name. The function is listed in the library browser, but if you try to ask it for its definition, it gives me "Identifier under cursor is not recognized".
Somehow VBA thinks it's not defined, but it really is. How can I get this method to comple, or are there any alternative methods, for just replacing one substring with another?
|