Add-in

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

For a professional software package we have created a xla to communicate
between the package and Excel. The strange thing is that this xla works fine
on machines in the US (Windows2000/Excel2000), but fails on machines in
Amsterdam (same system). On my machine (XP) the error message is: Runtime
Error 9: Subscript out of range". I have tested the xla on
Windows2000/Excel2000 as well on Windows XP/Excel2002 both without success.

Any suggestions....
 
Hi
you may post the relevant part of your code which causes this error.
Otherwise impossible to say
 
My wild guess is that you are not using Option Compare Text, but as Frank
says we need to see the staement that causes the problem.
 

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

Back
Top