If nothing else, you can load your images into a Resource file and use the LoadResPicture Function like this

set MSHFlexGrid1.CellPicture = LoadResPicture("UPARROW", vbResBitmap)



Using a Resource file will include your images as part of the executable.
The Resource Editor can be accessed by using Addin Manager and loading the Resource editor then Click TOOLS/ Resource editor to add images

John G