Hey there,

does anyone know how to remove a control during runtime? Not disable or make it invisible, i want to remove it all together, making it no longer existing.

Example:

What would the code be to delete a command button (named cmdButton) during runtime?

Thanks