Hi,
I wrote a little ActiveX Component which worked quite well in excel (visualizing some data). However today i removed some Properties of the Control which are not longer needed. Everything went well, since the AxTestcontainer doesn't show the Properties and set/get methods anymore.
The Problem is Excel seems to hold some Kind of own Record of the Interface: the old Properties are still there !
and even worse: if you edit one of them an other property changes. Some Properties don't even work anymore (Runtime Error 13: Type Mismatch). Seems like the interface definition or typelib excel uses is completly outdated.
I tried to clean out the whole registry (searching for class name and every GUID that is used by the controll) , but the problem persists.
Does anybody know something about this behavior ? How can i clean this mess up ?
thx
CBRA
I wrote a little ActiveX Component which worked quite well in excel (visualizing some data). However today i removed some Properties of the Control which are not longer needed. Everything went well, since the AxTestcontainer doesn't show the Properties and set/get methods anymore.
The Problem is Excel seems to hold some Kind of own Record of the Interface: the old Properties are still there !
and even worse: if you edit one of them an other property changes. Some Properties don't even work anymore (Runtime Error 13: Type Mismatch). Seems like the interface definition or typelib excel uses is completly outdated.
I tried to clean out the whole registry (searching for class name and every GUID that is used by the controll) , but the problem persists.
Does anybody know something about this behavior ? How can i clean this mess up ?
thx
CBRA