python calls excel and run VBA macro, InsertPictureInCell function not immediately available
I am workin on a python function to insert pictures into excel cells “In Cell Mode”.
The approach is using win32com package to start Excel create an excel file then run VBA codes.
I create a repo for anyone to test:
https://github.com/panzerkiller/insertPictureInCell.git