Thomas Ramel wrote ...
Grüezi Polly
Polly schrieb am 11.06.2004
Try to specify the reference exactly:
VBA.Mid(()
VBA.Right()
...
..
.
It is not the VBA functions Mid, Right, trim etc *causing* the
problem. Rather, they are symptomatic of another problem i.e. an
unrelated missing reference.
For example, in a recent Excel project which had a reference to the
SOAP Toolkit, some users without the toolkit installed were getting
compile errors. The error highlight VBA's Mid function but the
underlying problem was the missing SOAP reference.
Jamie.
--