Function not working on one machine

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
 
A

Auric__

richard.mogy said:
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?

Something's wrong with your co-worker's machine -- Right (or RIGHT$) has been
in the language for at least 30 years. Reinstalling on that machine may or
may not fix it.
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top