I want to import a group of images into excel as pictures. I got a macro offline but it imports the file names not the image itself.
So here is the macro I'm currently using:
Sub JPGList()Dim FSO As Object '<---FileSystemObject
Dim FOL As Object '<---Folder
Dim FIL As Object '<---File...