Hi,

I have two checkbox "cbxdaily" and "cbxweekly" in my userform3.

I want vba code that if I click on "cbxdaily" then
userform4 show
and userform3 unload

and if if I click on "cbxweekly" then
userform5 show
and userform3 unload.

Thank in advance