Month: January 2021

How to fix – This workbook contains one or more links that cannot be updated…

Ok, if you are visiting this article, then probably the reason is that you have received the following messagebox upon openning of Excel: And after looking all over your cells, with both VBA and “Find”, you have not found anything

Tagged with: , , , ,

VBA – Nested Dictionary

Nested dictionary means a dictionary within a dictionary. Some days ago last week I was trying to build one and it took me some solid 15 minutes to do it, thus I have decided that it is worth an article

Tagged with: , , ,

Json.dump vs json.dumps in Python

The difference between json.dump and json.dumps is actually quite visible: dump()  – dumps into a file or StringIO dumps()  – dumps a string, that could be printed Still, I am going to give a few example with these, as the

Tagged with: , , , ,
Top