I am currently importing specific job information from a .NET database to an excel workbook. These jobs often include images which are stored as BLOB files.
As of yet, I've only been able to import these images to an Excel Workbook using this macro (https://www.exceltip.com/general-topics-in-vba/insert-pictures-using-vba-in-microsoft-excel.html) combined with Google's URL shortener. However, this tool is now out of action and other URL shorteners don't seem to work.
I'm thinking that there must be an alternative solution to achieving this (using VBA). Can anybody point me in the right direction?