batch insert pictures one time in excel macro

T

Tom Ogilvy

turn on the macro recorder and then do

Insert=>Picture from file

Turn off the macro recorder.

Now you can create a loop that feeds the code the name of each file.
 
Top