NaWin55
Mechanical
- Mar 21, 2020
- 98
HI
i have to create this user form based on some conditions
i want the create button to enabled only if the
user Select Surface and select line and UDU or LDU is chosen and checkbox is checked
here is the userform
the CREATE button must be frozen until user selects and checks necessary data
i tried with some IF ELSE conditions like
if checkbox.enabled = true then
but didnt work
how to write script for the
VBScript
i have to create this user form based on some conditions
i want the create button to enabled only if the
user Select Surface and select line and UDU or LDU is chosen and checkbox is checked
here is the userform

the CREATE button must be frozen until user selects and checks necessary data
i tried with some IF ELSE conditions like
if checkbox.enabled = true then
create.enabled = true
elsecreate.enabled = false
End ifbut didnt work
how to write script for the
VBScript