NdNoviceHlp
Well-known Member
- Joined
- Nov 9, 2002
- Messages
- 3,292
Can't seem to get the right syntax for placing an inserted picture in a chart (I assume it's possible?). The following inserts the .gif file in the upper left corner of the chart. I would like to move the picture to the lower left corner of the chart. If anyone has abit more code I'd appreciate it. Thanks. Dave
Code:
'add ICON to chart
ActiveChart.ChartArea.Select
ActiveChart.Pictures.Insert ("C:\Picname.gif")