find.replacement.clearformatting nightmare !

G

GMG

After further investigation and testing I found that the crash is due to the
machine's registry (GUID) pointing to the wrong Type Library (Usual caused
by an older version of Office such as Excel 5.0).

There are 2 solutions :



1. Use late binding.

2. Due the interface GUIDs in the registry pointing to the wrong Type
Library reregistering the word library should also enable the application to
function correctly.
"If the Word type library is properly registered, COM constructs the correct
proxy and the out-of-process calls function normally. "



see article
http://support.microsoft.com/default.aspx?scid=kb;en-us;292744
 
Top