twistinginthewind
Board Regular
- Joined
- Jun 25, 2003
- Messages
- 119
I quickly created a small vba userform for a project. Since this needed to be developed fast, I didn't bother to enter descriptive names for the textboxes, lables and such. This was supposed to be a one off project... well that has changed. I've been tasked with adding more and more functionality... now updating the code is quite a hendence due to the none desriptive names of the controls.
Is there an easy way to rename the controls, and have the code automatically update to the new names as well?
I figure I could rename each one, then go to the code and do a find replace, but this will take quite a while with roughly 100 controls to change. Was hoping for a better way.
Is there an easy way to rename the controls, and have the code automatically update to the new names as well?
I figure I could rename each one, then go to the code and do a find replace, but this will take quite a while with roughly 100 controls to change. Was hoping for a better way.