Hii everyone...
I have a form that have 9 subforms. every subform show pivotchart.
i was trying to export these chart using this code
its work but the image only show only 2 or 3 images, other chart only show nothing. is there something that i missed ? dose anyone know how to export all these chart (9 chart) as image without corrupting ?
any helps i really appreciate
I have a form that have 9 subforms. every subform show pivotchart.
i was trying to export these chart using this code
Code:
Form_qCFA_Counter_RRC_Rei_IuB_Base.ChartSpace.exportpicture "D:\iubbase.jpg", "JPG"
Form_qCFA_Counter_RRC_Rei_Power_Base.ChartSpace.exportpicture "D:\Power.jpg", "JPG"
Form_qCFA_Counter_RRC_REJ_Code_Base.ChartSpace.exportpicture "D:\code.jpg", "JPG"
Form_qCFA_Counter_RRC_Rej_Other.ChartSpace.exportpicture "D:\other.jpg", "JPG"
Form_qCFA_Counter_Fail_CSPS_Code_Cong.ChartSpace.exportpicture "D:\codecong.jpg", "JPG"
Form_qCFA_Counter_due_to_ce_cong.ChartSpace.exportpicture "D:\cecong.jpg", "JPG"
any helps i really appreciate