Hi!
I'm a newby to VBA, but I have to write a macre that will import images from an Excel file to a PowePoint presentation.
Excel 2010, Windows 7
So for now I have:
Sub import()
Dim eXL As Excel.Application
Dim eWB As Excel.Workbook
Dim eSH As Excel.Worksheet
Set eXL =...