View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Joseph Mele Joseph  Mele is offline
external usenet poster
 
Posts: 1
Default Excel export Issue

I have an Excel file that has a strange format . It was meant to print as
PDF. I can grab all the text from C# via the com object. But it has pictures
pasted not in a cell but near the relevant data on every record. These
pictures dont show up. I need to grab each picture per record. The picture
needs to be tag perhaps a rename to specify to belong to that record.


This import once set will handle hundreds of these excel files on a fairly
regular basis.

A VB macro that reads each line and checks for text and picture then
process ie save text to csv with new picture name and picture saved on disk
with new name would work as well.




any suggestions??


thanks
Joe