Which VBA coding standard directly reduces the risk of introducing bugs during future edits?
-
A
Writing all code in a single procedure to minimise file size
-
B
Using consistent indentation and white space to make logic structure visually clear
-
C
Removing blank lines between code blocks to save space
-
D
Using only built-in Excel functions instead of custom VBA logic