

Sample VBA/VB6 Code Line Numbering and Obfuscation Code Builders: Simplify Coding Chores You can also obfuscate your code for situations where you need to distribute your source code, but are concerned about its misuse. Sample VBA/VB6 Code Formatting and StandardizationĬode Delivery: Add Line Numbers and Obfuscate VBA/VB6 Codeīefore distribution, easily add line numbers to all of your code so you can take advantage of VB6/VBA's ability to pinpoint theĮxact line where an error occurs. all integers start with int, strings with str, etc.), and much more. Renaming variables to your naming convention (e.g. The tools are available directly in your module editor from the menu or a dockable toolbar:Ĭode Cleanup: Format and Standardize VBA/VB6 CodeĪddress issues that come with inherited code by applying consistent line formatting and indentations, custom error handling to procedures that lack it,

Looks like someone else wrote it), Total Visual CodeTools automates many of the steps to make you more productive. We at FMS developed Total Visual CodeTools to address the challenges we experienced in our own efforts to create great VB6 and VBA applications.įrom writing new code, to taking over someone else's work (or work we wrote years ago that
