Skip to main content
Learn
Excel Macro: List All Files From zip File
This Excel macro can list all files from zip file. Click here if you need to list all files in a folder […]
Learn
Excel Macro: Using Regular Expressions
Sometimes, Excel's built-in find-replace function doesn't meet our needs, and this time you can consider using regular expressions in Excel. To use […]
Learn
Early and Late Binding
What is binding? Binding is a process of matching function calls written by the programmer to the actual code (internal or external) […]