Thread
:
Require user to enter numeric value in TextBox
View Single Post
#
5
Posted to microsoft.public.excel.programming
Harald Staff[_2_]
external usenet poster
Posts: 449
Require user to enter numeric value in TextBox
Disable the button from the very beginnig. In design time, or in the
userform_initialize event:
Commandbutton1.Enabled = False
Reply With Quote
Harald Staff[_2_]
View Public Profile
Find all posts by Harald Staff[_2_]