View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Norie Norie is offline
external usenet poster
 
Posts: 82
Default controls and dynamic events

On Nov 16, 1:23*pm, Andrew wrote:
On Nov 15, 3:31*pm, yita wrote:

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.