can't find project or library in Excel 2003 VBA

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

Guest

My VBA macro uses Instr and Left successfully but Mid or Right cause the
"can't find project or library" error. Mid and Right are present in the
object browser along with Left and Instr. How can I enable them?
 
Hi
in the VBA editor goto 'Tools - References' and make sure the Excel
library is checked
 
Hi D,
My VBA macro uses Instr and Left successfully but Mid or Right cause the
"can't find project or library" error. Mid and Right are present in the
object browser along with Left and Instr. How can I enable them?

Go to Tools > References and untick the ones labelled 'MISSING:'

Regards

Stephen Bullen
Microsoft MVP - Excel
www.oaltd.co.uk
 

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