Some time ago I had to open a VBA file saved as *.xlsb. The password protection for this was a little more difficult than the one for *.xlsm, thus after some research I have found a tool called VbaDiff, which claimed …

VbaDiff Review – VBA Software for source control with additional features Read more »

Some time ago I have reviewed the first edition of Excel VBA for non programmers. Thus, I was really flattered when the author has asked me to review the second edition as well. 🙂 The strong sites from the first …

Book Review – Excel VBA 2013: For Non-Programmers (Programming in Everyday Language) – Second Edition Read more »

So, after importing data to SQL Server from Excel now it is time for the reversing policy. Actually, much of the code was available in the Microsoft site here, but still, it was not all that I needed. I wanted to make …

MSSQL – Export data from SQL Server to Excel with VBA Read more »

Let’s imagine the following situation. You work in a small company, where one excel spreadsheet is used by many users locally. But you still want to see some kind of track of the results in a collected option. E.g. some information, …

MSSQL – Import data from Excel to SQL Server with VBA Read more »

Today, I will take a look at a problem, similar to the one here. In the article there, I produced a matrix, calculating the cheapest plane tickets between any two airports given. Today, the task is a little different. I would …

Python – Get the shortest path in a weighted graph – Dijkstra Read more »