VBA Code to Write VBA Code

Tark221

Registered User.
Local time
Today, 03:28
Joined
Oct 12, 2012
Messages
74
Does anyone know how I can write VBA code to Write vba code.

In the simplest explanation. I need to write code for a button which doesn't exist yet, but when the form opens it will be dynamically created, this all works, I just need to write the code for that button. We do know that the button will be called "btn1" and will display a msgbox saying hello when clicked.

Any help would be greatly appreciated
 

Users who are viewing this thread

Back
Top Bottom