View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] richard.mogy@gmail.com is offline
external usenet poster
 
Posts: 5
Default Function not working on one machine

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