E
Erich Neuwirth
I have an ActiveX control producing some special charts
which cannot be done in Excel itself.
I would like to embed this control into Excel sheets,
and they should behave similar to Excel charts
(e.g. resize when the lower right corner is grabbed and moved).
The chart object in Excel does have an OLEObjects function method,
so it seems to be able to report embedded OLEObjects,
but it does not have an Add method for such objects.
Can I embed my ActiveX object in a chart,
or at least resizably in a worksheet?
OLEObject's don't have a resize event, so
"plain" embedding does not seem to work.
Somebody on another group mentioned that it possibly can be
done with Forms from the Forms toolbar.
Is this a viable solution. Are there example anywhere?
which cannot be done in Excel itself.
I would like to embed this control into Excel sheets,
and they should behave similar to Excel charts
(e.g. resize when the lower right corner is grabbed and moved).
The chart object in Excel does have an OLEObjects function method,
so it seems to be able to report embedded OLEObjects,
but it does not have an Add method for such objects.
Can I embed my ActiveX object in a chart,
or at least resizably in a worksheet?
OLEObject's don't have a resize event, so
"plain" embedding does not seem to work.
Somebody on another group mentioned that it possibly can be
done with Forms from the Forms toolbar.
Is this a viable solution. Are there example anywhere?