xavier.batlle
Active member
- Local time
- Today, 16:03
- Joined
- Sep 1, 2023
- Messages
- 124
When we want to use an external library in VBA we usualy use Early or Late binding to access their methods or properties, but this example shows we can execute functions in some libraries loading them at runtime without declaring them.
I don't know if it it can be useful or not, but I found it very interesting.
I don't know if it it can be useful or not, but I found it very interesting.