Copying picture from Excel to Access OLE Object field
From: wisaac (wisdom_at_operamail.com)
Date: 04/19/04
- Next message: Kevin Yu [MSFT]: "Re: Paradox via DAO paradox"
- Previous message: Douglas J. Steele: "Re: create autonumber field?"
- Messages sorted by: [ date ] [ thread ]
Date: 19 Apr 2004 16:48:03 -0700
What I would like to do is automate the manual process of copying an
image from an excel spread*** to the clipboard, and pasting it into
an access table with an OLE Object field.
I want to do something like
rsExcelImport.MoveFirst
For Each pic In My***.Shapes
pic.Copy
'Paste to current record
rsExcelImport.MoveNext
Next pic
Any advice on how I can accomplish this?
- Next message: Kevin Yu [MSFT]: "Re: Paradox via DAO paradox"
- Previous message: Douglas J. Steele: "Re: create autonumber field?"
- Messages sorted by: [ date ] [ thread ]