cancel
Showing results for 
Search instead for 
Did you mean: 

EPM10NW: Epm General Error while saving Excel file with vb

Former Member
0 Kudos

Hi experts,

Hope someone could help,

while i try to save a report that has a macro with an API function, i receive this message :

"Exception de HRESULT : 0x800A03EC"

Does someone already face that problem ?

Here is my macro :

Option Explicit

Dim client As New EPMAddInAutomation

Sub SEND()

client.Refresh

End Sub

Thanks for your help,

Regards,

Olivia.

Accepted Solutions (1)

Accepted Solutions (1)

former_member210696
Active Contributor
0 Kudos

Try saving it with .xltm extension. Check if it works.

Former Member
0 Kudos

Thanks.

Answers (0)