V
Vinay Pandey
I can't create the "Common Dialog Box" object inside my vba code in Outlook.
The offending section is:
dim cd as object
set cd = CreateObject( "UserAccounts.CommonDialog" )
I get the following:
err.Description = ActiveX component can't create object
err.Number = 429
This piece of code only fails on my computer and not on other computers on
our network.
I'm running the following:
Outlook 2003 11.8010.8028 SP2
VBA: 6.4.9972
Windows 2003 Standard Server R2, 5.2.3790 SP1 build 3790
The offending section is:
dim cd as object
set cd = CreateObject( "UserAccounts.CommonDialog" )
I get the following:
err.Description = ActiveX component can't create object
err.Number = 429
This piece of code only fails on my computer and not on other computers on
our network.
I'm running the following:
Outlook 2003 11.8010.8028 SP2
VBA: 6.4.9972
Windows 2003 Standard Server R2, 5.2.3790 SP1 build 3790