Hi everybody,
for our customer we created a simple planning sheet with Analysis in MS Office 2010.
Everythink works fine but we do not want the workbook to open the query in change mode.
The user should be able to switch to change mode using a button on the sheet.
Unfortunately we need to set on the Design Panel the mark to open the query in the input ready mode.
So first user blocks all others. Settings special filters or authoriziation is not an option here.
Opening the workbook only in display mode and trying to switch to change mode using
Application.Run("SAPExecuteCommand", "PlanDataToChangeMode")
does not work.
I get a result 14, "Command PlanDataToChangeMode is not enabled".
How can I enable the command, without using the Design Panel?
Best regards
Daniel