Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would like to automate the process of copying an image from Excel to
the clipboard, and pasting it into an OLE Object field in an Access table. I want to do something like: Dim MySheet As Worksheet Set MySheet = appX.Workbooks(Filename).Worksheets("Requirements" ) Dim pic As Shape rsExcelImport.MoveFirst For Each pic In MySheet.Shapes pic.Copy 'Somehow paste to MS Access rsExcelImport.MoveNext Next pic Any advice on how I can accomplish this? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I customise quick access toolbar button images in Excel 200 | Excel Discussion (Misc queries) | |||
Copying Data from Access to Excel in a macro | Excel Worksheet Functions | |||
Copying figures from Access to Excel | Excel Worksheet Functions | |||
how i convert excel files with images to access | Excel Discussion (Misc queries) | |||
how i convert excel files with images to access | Excel Discussion (Misc queries) |