"Dictionary" Object not defined ?

T

topalps

I'm working with Excel 2003, and wanna use dictionary object, but get a
"User-defined type not defined" comile error message. Do I need to
import some lib and which one should I refer to?
 
A

Andy Pope

Hi,

You need a reference to Microsoft Scripting Runtime library, which is
the file scrrun.dll

In the VBE use Tools > References. Then select the entry from the list
or if not there use the browse button to located it in the
windows\system32 folder.

Cheers
Andy
 
T

topalps

got it, thanks.
Andy Pope 写é“:
Hi,

You need a reference to Microsoft Scripting Runtime library, which is
the file scrrun.dll

In the VBE use Tools > References. Then select the entry from the list
or if not there use the browse button to located it in the
windows\system32 folder.

Cheers
Andy
 

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