Is there a way to delete a control from a form and get rid of the code associated with it During testing, I've wound up with several text boxes/labels that i'd like to get rid of. The only thing Iv'e found so far is to search for each name and manually delete. Why does not deleting the item from the IDE get rid of the code
Thanks

Delete controle does not remove code
Gushie
Mark Spicer
Hi
You need to remove the event associated with the control. If you click on the control and open the properties window, you will see a lightning bolt icon, click on it. Scroll down until you find the event and manually delete the event. this should remove the code.