emilefyon / Excel-VBA-Productivity-Libraries

A set of libraries in order to increase your productivity using Excel and VBA
225 stars 59 forks source link

Excel VBA Productivity Libraries

Introduction

Excel VBA PL is a repo containing VBA files for Excel, aiming at enhancing your productivity while developing your Excel files by filling some gaps of Excel.

It proposes:

General Philosophy

You will want to use Excel VBA PL if you want to respect the philosophy of Excel. Meaning that you want to use Excel functions within a document that will be easily understandable by anyone opening your workbook.

You will however be disapointed if you are one of those Excel developers which develop Excel applications.

When working with Excel, I realised that it is more powerful, productive and efficient to touch as less as possible the VBA codes. This is way I preconise to create Excel functions or create classes that allow a neat OO way of programming.

How to install a file?

In order to work with a library in your Excel workbook, simply drag-and-drop your selected .bas file within the Visual Basic Editor of Excel.

Documentation

The documentation is in construction, not all the files are documented here