Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save aev-mambro2/1abb67cd63c3077da54c54cc9203f099 to your computer and use it in GitHub Desktop.
Save aev-mambro2/1abb67cd63c3077da54c54cc9203f099 to your computer and use it in GitHub Desktop.
Excel VBA: convert an image link into an actual image
@aev-mambro2
Copy link
Author

A very old tutorial exists on Stack Overflow, for this purpose, with similar code. It doesn't work anymore. The above code is very similar to that. The difference is that the old code accesses a Sheet.Pictures collection, that in the new Excel can't be accessed in the same way. This new code works in Excel 2019.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment