Hi,
Have you tried with this?
CALL METHOD OF W_EXCEL'ExecuteExcel4Macro'
EXPORTING #1 = '"SHOW.TOOLBAR(""Ribbon"",False)"'.
or this?
CALL METHOD OF W_EXCEL'SendKeys'
EXPORTING #1 = '^{F1}'.
Regards,
Ricardo.
Hi,
Have you tried with this?
CALL METHOD OF W_EXCEL'ExecuteExcel4Macro'
EXPORTING #1 = '"SHOW.TOOLBAR(""Ribbon"",False)"'.
or this?
CALL METHOD OF W_EXCEL'SendKeys'
EXPORTING #1 = '^{F1}'.
Regards,
Ricardo.