"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
 
Top