B
Bishop
When I pull up a Form and press F7 to see the code VBE will automatically add:
Sub BlahBlah_Click ()
End Sub
to the bottom of my existing code. How do I make this stop?
Sub BlahBlah_Click ()
End Sub
to the bottom of my existing code. How do I make this stop?