GaryPollitt
Programmer
I need to copy a chart from Excel into an Access table. From Access I open Excel recordset and use
ExcelApp.Sheets("Sheet1".Select
ExcelApp.ActiveChart.ChartArea.Select
ExcelApp.ActiveChart.ChartArea.Copy
Now I need to add that to a field in my access tbl but I cannot find a way to paste it into the tbl.
ExcelApp.Sheets("Sheet1".Select
ExcelApp.ActiveChart.ChartArea.Select
ExcelApp.ActiveChart.ChartArea.Copy
Now I need to add that to a field in my access tbl but I cannot find a way to paste it into the tbl.