Y
yita
Hi all, I need to do a routine in Excel VBA which allows to
dynamically create controls and then delete them. Thanks
dynamically create controls and then delete them. Thanks
Hi all, I need to do a routine in Excel VBA which allows to
dynamically create controls and then delete them. Thanks
Would it be sufficient to simply activate or inactivate existing
controls? That is fairly easy to do. It is also to change the format
of the controls.
I'm going to give this a try...
Es sufficiente para que los elementos aparacen y desaparacen ? Esto
es facil. Y ademas es facil para cambiar el formato del controles.
What type of controls and why do you need to dynamically create and
delete them?
It probably wouldn't be too hard to do the basic part(s) creating and
deleting, but to actually
have the controls do anything might be a different matter.
Of course that would depend on what type of controls they are and what
you want to do with them.
Hi all, I need to do a routine in Excel VBA which allows to dynamically
create controls and then delete them. Thanks