calling internal functions in VBA (i.e. chr)

M

Mark

I am a developer and have developed several macros/functions in excel
using vba. However, when my users (non developers) try to use the
macros, they get the error "Can't find project/library". Since I
inherited some of this code, it is not using Option Explicit. After
playing around with the code, it wants me to define all the variables
first.

Also, when I use internal functions such as chr(), it wants me to
preface it with vba.chr(). I don't think I've ever had to do this
before. Is something missing on the machines where this is happening,
since it doesn't happen on my machine ?

Mark
 

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