Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Hi,
Im trying to embedded the pictures on data points of a chart through VBA using following code. ActiveChart.SeriesCollection(1).Points(4).DataLabe l.Fill.UserPicture PictureFile:="C:\Syam\PptPics\Picture4.jpg" ', PictureFormat:=xlStackScale, PictureStackUnit:=4 , PicturePlacement:=xlAllFaces But im facing error. If if using the code after removing the ****************** PictureFormat:=xlStackScale, PictureStackUnit:=4 , PicturePlacement:=xlAllFaces ***************** in the abovecode then the picture can be imported with out any error. Can anybody tell me how to proceed this. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I want chart source data to be relative references, not absolute. | Charts and Charting in Excel | |||
Excel Macro to Copy & Paste | Excel Worksheet Functions | |||
Height (in points) of data point in chart above x-axis | Charts and Charting in Excel | |||
Sort pages? | Excel Discussion (Misc queries) | |||
Extending a Chart Data Series from an Array - Can it be done? | Charts and Charting in Excel |