Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 618 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 618 Bytes

ACLib Declaration Dictionary

This Add-In lists all VBA declarations (variables, function names, constants, etc.) and ensures consistent letter case.

The idea was born from a discussion (msaccess-vcs-add-in: issue 599) about the behavior of the VBA editor, which adapts each existing declaration to the last written capitalization of the same word. This leads to many unnecessary changes in commits when using a version control system.

ACLibDeclarationDictionary