Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Excel VBA > Excel VBA
|
Excel VBA Discuss using VBA for Excel programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Excel VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 15th, 2006, 12:30 PM
Registered User
 
Join Date: Mar 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Error on Excel Pivotchart embedded images.

Hi all.
I´m gettin mad with this issue,any help would be great for me.
The point is.
I want to set a image to fill a PIVOTCHART serie,I will distribute this excel sheet among many people so I need this picture to be embedded,this series dates are changing so i need to use VBA.

I hope you know what I mind till now.. so I continue..
Well i tried with this code:

sheet1.shapes("myimage").copy
Sheet1.ChartObjects(1).Chart.SeriesCollection(1).P aste

And this works just if the chart is not linked to a pivot table.
If i try with a pivotchart i get error
If then I delete the pivottable ans try again code works..
But i need the chart to be linked to a Pivottable
What can I do?
Thanks in advance





Similar Threads
Thread Thread Starter Forum Replies Last Post
how to display images embedded in a database . jia ASP.NET 1.0 and 1.1 Basics 2 August 1st, 2007 03:58 PM
displaying images embedded in database jia ASP.NET 1.0 and 1.1 Basics 1 July 5th, 2007 07:06 AM
Getting images embedded in Word aniket123 Word VBA 0 February 27th, 2006 06:24 AM
Embedded Excel file narendrapawar Excel VBA 1 April 28th, 2005 05:02 AM
Exporting reports with embedded images KARENM Access VBA 5 August 8th, 2003 10:39 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.