Hi folks

Is anyone able to advise me or point me in the right direction on "the correct" way to pass parameters from user-form selections into a vba class module.

My intention is to perform calculations based on the userform parameters selected.

I am using using a class module in order to utilize the code using similar inputs for;
1. an interactive single calculation on a user-form
2. and batch calculations on another user-form.

Hope this makes sense. Thanks in advance.