View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Inserting Pictures into cells

Turn on the macro recorder while you insert your picture manually
(insert=Picture=From File)

then turn of the macro recorder and modify the code to react to your
situation.

--
Regards,
Tom Ogilvy

wrote in message
oups.com...
hi,

Lets say I have a list of countries that gets sorts out depending on
certain things. I need Excel to insert the flag of the country in the
next column.

Is this possible?

Thanks for the help.