I have written the code on the commandbuttons click event and the code is present in the userform . Now Just wondering if its possible to call commandbutton_click event from the module. Like is there any want I can use from the module:
Thanks
Code:
call commandbutton1_click
Thanks