Amazing video. Thanks for it. I am facing an issue.. My script stops when there is popup message after saving. Can you please make a video. How to skip popoup message in sap and move ahead with next codes
Awesome stuff! Can you do a video on how to “read” an inactive/blue GUI text field value in a sap table when recording? Trying to feed the value to a cell in an excel workbook but because it’s inactive/blue in SAP (although it still may have a value) the recording feature seems to ignore the clicks... hopefully that made sense?
Thanks. But how can I check if button I'd like to be pressed exists? I have different cases sometimes button present on the screen sometimes it's not and I need to know when it's present
Amazing video :D Thanks.
Thank You too!
Amazing video. Thanks for it. I am facing an issue.. My script stops when there is popup message after saving. Can you please make a video. How to skip popoup message in sap and move ahead with next codes
I will try that! :)
@@SimpleExcelVBA that would be great thanks a lot.
Awesome stuff! Can you do a video on how to “read” an inactive/blue GUI text field value in a sap table when recording? Trying to feed the value to a cell in an excel workbook but because it’s inactive/blue in SAP (although it still may have a value) the recording feature seems to ignore the clicks... hopefully that made sense?
I will think about it for sure!
@@SimpleExcelVBA thank you :)
Thanks. But how can I check if button I'd like to be pressed exists? I have different cases sometimes button present on the screen sometimes it's not and I need to know when it's present
Just found a solution:
On Error Resume Next
Wow, nice! Very good approach :)