On Nov 17, 6:02*am, norie <norie.mace...@tiscali.co.uk> wrote:
> On Nov 16, 1:23*pm, Andrew <andrewkgent...@gmail.com> wrote:
>
> > On Nov 15, 3:31*pm, yita <orlando.valdene...@gmail.com> 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.
I think the only way to deal with this would be to make a bunch of
control ahead of time, and then activate or deactivate them as
needed. This would be easy but time consuming.
|