nelson41412
New Member
- Joined
- Jul 8, 2022
- Messages
- 1
- Office Version
- 365
- Platform
- Windows
Hello,
I'm entirely self taught and I like to say that I'm starting to get "dangerous" with my abilities. However, I don't have a mentor and no one at my company does similar work in Microsoft VBA's so I might be committing some coding crimes. I'm looking for tips on how to organize code, how to organize modules, what should be global vs. private, when does it make sense to create a new sub and call programs vs just a big sub, etc. Any references or suggestions would be very helpful!
For an idea of my level of capability, I'm working on a one click/point of entry solution that will create a set of data for an entry based on existing formulas, add that set of data to an excel database, then run a mail merge in a word file for a particular 'address', then save the printed file to a set location.
I'm entirely self taught and I like to say that I'm starting to get "dangerous" with my abilities. However, I don't have a mentor and no one at my company does similar work in Microsoft VBA's so I might be committing some coding crimes. I'm looking for tips on how to organize code, how to organize modules, what should be global vs. private, when does it make sense to create a new sub and call programs vs just a big sub, etc. Any references or suggestions would be very helpful!
For an idea of my level of capability, I'm working on a one click/point of entry solution that will create a set of data for an entry based on existing formulas, add that set of data to an excel database, then run a mail merge in a word file for a particular 'address', then save the printed file to a set location.