Hi,
I am extremely elementary at VBA and I'm not sure I need it here but I'm stuck and could use help. Basically I have a form that has a bunch of checkboxes. I have had success with assigned or rather 'embedding' macros in a checkbox. I don't like this because every time the user clicks the box an action occurs rather than all at once. Basically I want to have a button that says something like 'execute' where let's say I have 10 check boxes and 4 of them are checked or true. when I click that button I want all the macros for those selections to run. However, because most of my macros are embedded within each checkbox I cannot figure out how to call them by name.
something like... IF checkbox is true then execute embedded macro for checkboxes x, y, z, etc., but do nothing for a box that is NOT checked.
Thanks!