fiogf49gjkf0d Hello
Is it possible to have a manage form with disabled "X" on a right corner - I don't want users to be able to close it unless they follow required steps. The button "close" will be closing the form after all done. I was trying to use "exit sub" on AXFormClose instead to prevent closing the form but it does not work for me:
if flag<>"Y" then msgbox ("Please select Campaign Response "), 64," SelectCampaignResponse"
exit sub
end if
Any options for this purposes will be appreciated.
Thank you. |