Experts,
How can I put this code in VBA so I can copy from SAP and paste into excel.
Im working with SAP GUI scripting and want to run some script that dooes the following:
1 - Go to KE5X and check the master data of some profit centers.
2 - Once the result is in SAP, select all the information.
3 - Copy the information from R3 into windows clipboard.
4 - Get the information from the clipboard and paste it into excel (This I know how to do it, as long as the data get's added to the clipboard in step 3).
The script is developed in excel in form of visual basic code and I have been able to put successfully the code for steps 1, 2 and 4.
I'm stuck because I dont know which are the lines to be addedd to the code in excel, so I can have succcess for step 3.
Appreciate your help.
Elio