Hi Expert,
I am using EPM 10.1 embedded and I am facing an issue when I call the api TransferWorksheetData or TransferWorkbookData from VBA.
Following the code:
Sub TransferData()
Dim client As Object
Set client = CreateObject("FPMXLClient.EPMAddInAutomation")
client.TransferWorksheetData
End Sub
The message error is: Object doesn't support this property or method
It is working properly if I use the refresh or save api.
Could someone help me?
Thanks
Petronilla