E
ehhm35
Dear Reader
Thank you for your attention. In my Macro in Excel, I had
the following statement to make the column chart filled with Sample.jp
with scale 500:1
Selection.Fill.UserPicture PictureFile:= _
' "C:\Documents and Settings\Administrator\My Documents\M
Pictures\Sample.jpg", _
PictureFormat:=xlStackScale, PictureStackUnit:=500
PicturePlacement:= _
xlAllFaces
'Selection.Fill.Visible = True
============================
My problem is , I do not know what should i write in ????
MsgBox ????
in order to detect the PictureStackUnit
I had tried
MsgBox SeriesCollections(1).Fill.UserPicture.PictureStackUnit
But it does not work
because I think .UserPicture just pass 4 parameters to the class.
Would you help me a bit , if you can!
Thanks you very much for your attention
My email is (e-mail address removed)
Anthony H
Thank you for your attention. In my Macro in Excel, I had
the following statement to make the column chart filled with Sample.jp
with scale 500:1
Selection.Fill.UserPicture PictureFile:= _
' "C:\Documents and Settings\Administrator\My Documents\M
Pictures\Sample.jpg", _
PictureFormat:=xlStackScale, PictureStackUnit:=500
PicturePlacement:= _
xlAllFaces
'Selection.Fill.Visible = True
============================
My problem is , I do not know what should i write in ????
MsgBox ????
in order to detect the PictureStackUnit
I had tried
MsgBox SeriesCollections(1).Fill.UserPicture.PictureStackUnit
But it does not work
because I think .UserPicture just pass 4 parameters to the class.
Would you help me a bit , if you can!
Thanks you very much for your attention
My email is (e-mail address removed)
Anthony H