Thread
:
Quick VBA code question (if...then statement)
View Single Post
#
3
Posted to microsoft.public.excel.programming
Charles
external usenet poster
Posts: 1
Quick VBA code question (if...then statement)
abxy
try something like this
with userform1
if .checkbox1 and .checkbox2 and .checkbox3 = False then
unload me
exit sub ''this stops the macro
end if
end with
HTH
Charle
--
Message posted from
http://www.ExcelForum.com
Reply With Quote
Charles
View Public Profile
Find all posts by Charles