Hi.
I want to write a Sub.
I want to Call the Sub from a UserForm Module (CommandButton_Cilck Event).
I want to Call the Sub from a Worksheet Module (Selection_Change Event).
What Type of Module must the Sub be in?
What Type of Sub should it be? (Presumably Public)
Currently, my Sub is a...