Quantcast
Channel: SCN : Discussion List - SAP Planning and Consolidation, version for the Microsoft platform
Viewing all articles
Browse latest Browse all 1545

How to disable dialog boxes for "SaveWorksheetData"

$
0
0

Hi,

I'm calling the EPM API function SaveWorksheetData from VBA and would like to stop the related dialog boxes from appearing before and after the save. Is there a way to do this through an API call?

 

My code is:

 

    For Each c In r.Cells

        result = b.SetContextMember(conn, "ENTITY", c.Value)

        Call b.RefreshActiveSheet

        Call b.SaveWorksheetData

    Next c

 

 

 

Thanks,

Tim


Viewing all articles
Browse latest Browse all 1545

Trending Articles