Excel VBA Library

  • Thread starter Thread starter dl
  • Start date Start date
D

dl

I have an excel workbook with macros. This works fine on one machine but not
on another as an object library is not present for the basic function LCASE.
Can someone direct me on why as both machines use Excel 9. Any help would be
useful.
 
dl,
The problem is probably not related to Excel directly, but a missing
reference to another component.
Check the References for one marked "Missing".

VB/VBA will through an error at any line if this is the case.

NickHK
 

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

Similar Threads


Back
Top