79621557

Date: 2025-05-14 13:21:02
Score: 0.5
Natty:
Report link
  1. Install the Link to Images as described in the comments.

  2. Insert Hyperlinks to the images

  3. Sub ReloadImages()

    GlobalSCope.BasicLibraries.LoadLibrary ("replacelinkswithimages")

    Main()

    RestoreLinks()

    Main()

    End Sub

  4. 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...)

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: christian2222