Hi,

I'm a beginner in VBA, I dabbled with VBA on Windows before but only basic copy/paste/save, moving data around the sheet stuff, so bear with me please

I'd like to open a .png image with Preview (my default image viewer) using VBA.
Let's say for simplicity's sake that the ImgPath = "/Users/nicolascrab/Documents/IMG.png"

I haven't found any straightforward solutions on Google as everyone is talking about how to open another workbook or a file. Can anyone help me or point me to the right direction on how to solve this? Thanks!