VBA Programming: Working with Objects and Collections

9 months ago

This video addresses the intricacies of objects, collections, and their relationship in the world of VBA programming. Objects like forms, pages, or frames contain collections, and among the most commonly encountered are controls. These controls, often found on a form, offer a myriad of functionalities and can be manipulated using VBA code. The video delves deep into how to effectively address and change the values of these controls through various loop methods, especially in scenarios where end-users might have specific accessibility needs. You will witness live demonstrations on how to dynamically change the appearance of controls using 'For Next', 'For Each', and 'With' loop syntaxes in VBA, and see the significance of each in achieving distinct visual outcomes.

Keywords:
VBA, objects, collections, controls, loops, For Next, For Each, With syntax, accessibility, font change, color change, dynamic appearance, form controls

See my other channels:
Current news on the economy and economic concepts:
https://www.youtube.com/@doctorecon
Current thoughts on leadership topics:
https://www.youtube.com/@pharosleadership
Blockchain and Cryptocurrency News:
https://www.youtube.com/@pharosblockchain

Loading comments...