In order to use the "Me" reference and to have simpler, cleaner code, I moved some automation button code (Private Sub A1_Form_Re_send_Welcome_E_Mail_Only_Button_Click() ) from a standard module into its object in my main form class module. I saved it. I then removed the old standard module. When I re-entered the VBE, I noticed that my code was now on both the "(General)" object window and the "A1_Form_Re_send_Welcome_E_Mail_Only_Button" object window. When I deleted it from the "(General)" object window, it also deleted it from my button object window! I retrieved it, but...

Why did this happen?

Why was it put in the "(General)" object window in the first place?



Thanks for the enlightenment -

Frank