cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP IBP VBA function raises delete confirmation pop-up

fabrizio_daros_sys
Discoverer
0 Likes
663

Dear all,

I wrote a simple VBA function. I call it via Excel formula (local member) and it looks like:

=CUSTOM_SUM(row(),column(), relative1, relative2)

where relative1 and relative2 are two costant values (e.g. -1 and -2 )

In the VBA code I just sum up two values:

Function CUSTOM_SUM(r As Integer, c As Integer, posS As Integer, posF As Integer) As Double

a = ActiveSheet.Cells(r + posS, c)
b = ActiveSheet.Cells(r + posF, c)
CUSTOM_SUM = a + b

When I refresh the sheet I get a 'delete confirm' pop-up from auto-generated sheet called SAPTempSheetCF.


How can I avoid this confirmation?

Thank you.

Accepted Solutions (0)

Answers (3)

Answers (3)

fabrizio_daros_sys
Discoverer

Dear John,

I'm waiting for news from SAP Development Support because they are working on it.

BR, F.

johnnbc
Explorer
0 Likes

Did you get an answer to this? I received this error using EPM with a custom VBA function

fabrizio_daros_sys
Discoverer
0 Likes

Dear Ivan,

Thank you for your message.

I didn't find any solution till now. I'm waiting for news from SAP Development Support because they are working on it.

I will share the solution when it will be available.

BR, F.