View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.charting,microsoft.public.excel.programming
aj aj is offline
external usenet poster
 
Posts: 7
Default Help with placing Picture in background of a chart

Here is my code
ActiveChart.PlotArea.Select
Selection.Fill.UserPicture PictureFile:="C:\My Documents\Picture2.jpg"
Is there any way to program a picture into a chart that is in a
worksheet in the current workbook instead of having to get it from a
file.