I have a simple problem that i cannot figure out. At the very basic level i simply want to show a message box when two checkboxes are checked how would i go about that? I have tried the following without any luck.
This is not working, can someone assist?
Thanks in advance.
Paul
Code:
if checkbox1 = true & checkbox2 = true then
msgbox "yay"
end if
This is not working, can someone assist?
Thanks in advance.
Paul