R
richard.mogy
I have created a macro that uses the key word "Right" as in right("123456789",6) to return the right six characters of a string. The example above would return 456789.
This macro runs fine on my workstation, but when I give it to a co-worker, who has the identical setup, it fails saying it can't find a function or library.
What can I do?
Thanks in advance.
Rich
This macro runs fine on my workstation, but when I give it to a co-worker, who has the identical setup, it fails saying it can't find a function or library.
What can I do?
Thanks in advance.
Rich