Hi Charly,
How do you want to specify cells in destination?
See below the sample code in which cell range is hard coded to A12:F12
Dim EXP As New FPMXLClient.EPMAddInAutomation
Sub Oval1_Click()
ActiveSheet.Range("A12:F12").Select
EXP.Trend
End Sub
Shrikant