XL2003 - CreateObject("UserAccounts.CommonDialog")

  • Thread starter Thread starter Faraz A. Qureshi
  • Start date Start date
F

Faraz A. Qureshi

In one of my codes 4 Excel 2003 I need to open an OPEN FILE Dialog Box.
CreateObject("UserAccounts.CommonDialog") is working great in XL07 but while
using the same in XL03, it gives an error, "Cannot create the object".
Any reason & way out?
 
Have you loaded the CommonDialog DLL to 2003? Sounds not.

HTH

Bob
 
How to do so, Bob?
--
Thanx again,

Faraz!


Bob Phillips said:
Have you loaded the CommonDialog DLL to 2003? Sounds not.

HTH

Bob




.
 
Presumably you did with 2007, so repeat those steps.

HTH

Bob
 

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