callbyname in XL 2K and XL 2003

  • Thread starter Thread starter Doug Glancy
  • Start date Start date
D

Doug Glancy

Hey there,

I have a sub called "test" in the ThisWorkbook module of an addin. In the
Immediate window I enter:

CallByName workbooks("fb tester.xla"), "test", VbMethod

In XL 2003 the macro runs, but in XL 2k it does not.

Can anybody tell me how to make this work in XL 2000?

Thanks,

Doug Glancy
 
The answer is that things work better when you compile - something I thought
I'd already learned!

Thanks anyways,

Doug
 

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