Hi again,
last thred from me regarding userforms etc.
I have a quite complex (in my opinion) userform in a sheet. It contains checkboxes, textboxes and other form controls. I have a "go" button as well.
When the "go" button is activated, I would like to pass all the variables (the states of checkboxes etc.) to a module and execute the code within it.
As example: Let's say i have 3 checkboxes - depending on whether the user has ticked them or not, I would like to run a macro which would select either "A1", "A2", "A3" or any combination of those three.
How do I proceed here? I don't want to ask anyone to create me a working macro for my example. I'm merely looking for a easy way to pass the info of a userform to the module.
PS. I know I could bind the variables to a range in a worksheet, but I'd like to make it work in a more "sophisticated" way.
Thanks
Bookmarks