Late Binding Issues - My Bad

B

ben

Sorry about last post, (hit wrong key)

anyway,
running late binding in excel
dim wdapp as object
set wdapp = createobject("Word.Application")
Worked great.
Installed SP3 for Office 2003 and Activex could not create object.

Did some research and came up with a possible cause/solution

the registry key for Outlook.Application is now missing (excel and other
apps aren't)
Hkey_classes_root/clisd/0006F03A-0000-0000-C000-000000000046

is missing. according to microsoft this is what sets automation
http://support.microsoft.com/?id=828550

any comments?
 

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