Install the Link to Images as described in the comments.
Insert Hyperlinks to the images
Sub ReloadImages()
GlobalSCope.BasicLibraries.LoadLibrary ("replacelinkswithimages")
Main()
RestoreLinks()
Main()
End Sub
Note that you cannot have a Main method inside the calling module, so rename an eventually existing one to MainTwo or something else. (Otherwise the compiler would be confused...)