PDA

View Full Version : Solved: Enabled Button



av8tordude
06-29-2011, 07:41 PM
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