Organize Macro Codes for Reuse
I'm quite new to macro VBA. I want to reuse the codes I use in other documents.
How do you organize your code so they are reusable and easily identified ? Do you create modules, grouping procedures and function with similar functionality to a module ? Is there any naming convention for the procedure's, module's name ?
What are your best practices ?
Thanks
|