Hello, i have created a macro for sending data and refreshing a template....here is the code
Dim SendData As New EPMAddInDMAutomation
Sub Refresh()
SendData.SaveAndRefreshWorkbookData
End Sub
But when I try to run the code, it says Run time error 438
Object doesnt support this property or method.
I also made sure to enable fpmxl client from tools -> references. Please advise. thanks.