I'm getting a weird anomaly with a disabled button...

From my understanding, if a button is disabled by code (Button.Enabled = False), that button should remain disabled until the code enables the button. If my understanding is correct, my userform button is being enabled when I click on a disabled button, which I do not want to happen. Any ideas why this is happening?


Disregard...I figured it out...lol