Better VBA 3 - Constants

preview_player
Показать описание
Using constant in your VBA Code will further improve the readability and maintainability of the code you write. I show a few examples of sensible usage of constant in VBA.

This video is part of the Better VBA series:
Рекомендации по теме
Комментарии
Автор

Makes so much sense. Time to fix my codes thanks

querrythis
Автор

Wow! Lesson learned. Really enjoyed this.

MD-xsfx
Автор

good ideas to improve readability of code, and make names easy to find and change

LearnAccessByCrystal
Автор

Like the way you actually raise your own errors. So few actually use that feature!
in the event of an error so raised, however, would the recordset close method get called?

wilsonfineart