Interface: String Manipulation Example In VBA

preview_player
Показать описание
Please contact for any project or VBA Automation.
Contacts:
Whatsapp: +8801515649307

Рекомендации по теме
Комментарии
Автор

Keep posting, our videos are incredible

ragegameplay
Автор

Thank you very much for great content! And I want to point out that this particular example in this video is a great example of how you Can use interfaces to bypass the VBA limitation of not being able to pass function pointer to another function! I was thinking about it too - If you want to pass a particular function in order for it to do certain stuff in another function you just create interface and multiple classes that represent various functionality!
And another idea for your next video - is you Can show how you Can create classes with default instance of the class, so you wont have to New up instances all the time. For this particular example, where you use a class as a function this would be quite useful! And in the end, If a class doesn't hold any state of its own, using default instance of the class without having to do "New" all the time seems reasonable

Denial