sessionone
Technical User
Hi all,
I'm looking for some tips on how to change bookmark string depending on how many checkboxes are checked on a userform.
I have 3 checkboxes: let's say "one", "two", "three". If "one" is checked then the bookmark string is "one", if "two" is chekced then the bookmark is "two" etc. But how can I combine them, so that if "one" and "two" are checked, the bookmark is "one, two".
I am using Select Case, but I can't get it working properly.
Please help.
sessionone
I'm looking for some tips on how to change bookmark string depending on how many checkboxes are checked on a userform.
I have 3 checkboxes: let's say "one", "two", "three". If "one" is checked then the bookmark string is "one", if "two" is chekced then the bookmark is "two" etc. But how can I combine them, so that if "one" and "two" are checked, the bookmark is "one, two".
I am using Select Case, but I can't get it working properly.
Please help.
sessionone