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