This blogpost coming soon, meanwhile you can still download the assets via the yellow email box below. Get Firebird Calc Spreadsheet Here and sql notes for database creation. Also get updates when new blog or video tutorials are released. Submitting... … [Read more...] about Install Firebird Server For LibreOffice Base
All Articles
XLWings Python For Excel Tutorial
What is xlWings and Why Use it? XLWings is a python framework that allows you to combine the power of Excel, VBA and Python. It allows you to make Python massively useful for your workflow, especially if you're new to Python. This is because you can use Excel to display the results of your Python programs in the manner that you're most comfortable with, i.e. Spreadsheets and … [Read more...] about XLWings Python For Excel Tutorial
How To Create Custom Excel VBA Events
What are custom events and why use them ? Custom Events Are Messages Custom events are messages that your program can broadcast to other objects in your application. They have the advantage of being massively flexible, because other objects can choose to react to or ignore these events depending on how you've programmed them. Custom events help simplify your … [Read more...] about How To Create Custom Excel VBA Events
How To Enable The Developer Option In Excel
In this quick tutorial I'll show you how to Enable the Developer Option In Microsoft Excel. Do you need the Developer Option Enabled? Firstly it's worth asking if you need the developer enabled for what you want to do? You don't need to have the "Developer" option enabled if you just want to get into the VBA Editor. If that's all you want to do, pressing the "Alt" key and … [Read more...] about How To Enable The Developer Option In Excel
Simple LibreOffice Database Without Code
The following article will demonstrate how to build out a useful LibreOffice database without using any programming code. We're going to build a simple application to manage training courses and students for these courses. Get the database, files and sql used in the tutorial video above. Also get updates when new blog or video tutorials are … [Read more...] about Simple LibreOffice Database Without Code