Hi
I am using with a quite success OLE2 automation in ABAP.
I have a question how to run methods of OLE2 in ABAP to move a picture on the excel worksheet. I saved this in excel macro:
ActiveSheet.Shapes("Picture 3").Select
Selection.ShapeRange.IncrementLeft 298.5
Which methods can I use, and where do I find the list of available methods for OLE2 automation (CALL METHOD OF)?