View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] gusz1@freemail.hu is offline
external usenet poster
 
Posts: 1
Default inserting a picture from an excel file into an access table

Hi,
is there a way with VBA to achieve the following:
I have a picture in an excel file, and I want to insert it into an access
table. The records of the access table look like this:
col1, col2, ... col5
where col1, ... are text fields and col5 is an OLEObject field.
So is there a way to write a cross-application script that does this?

Thx,
Gus