I have a workbook with VB behind it. It works fine on my computer but on a colleague's system bombs out with a compile error "Project or library not found", or words to that effect. The two should have identical setups as installation is done from a disk image held on a server.
The error highlights the Mid function in the line
F = Mid(F, Len(P) + 1)
which is part if a routine to separate out a filename from a full pathname.
Any suggestions as to why and how to sort the problem?
Thanks
The error highlights the Mid function in the line
F = Mid(F, Len(P) + 1)
which is part if a routine to separate out a filename from a full pathname.
Any suggestions as to why and how to sort the problem?
Thanks