This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Hello All,
I'm trying to record a vbs script so I can perform a repetitive SAP task through Excel Macro. The task is selecting the check box under the "OK" column for every row. When I recorded my actions using SAP GUI script recording I got the below code:
session.findById("wnd[0]/usr/ssubSUB_MAIN_CARRIER:SAPLMIGO:0003/subSUB_ITEMLIST:SAPLMIGO:0200/tblSAPLMIGOTV_GOITEM/chkGOITEM-TAKE_IT[3,1]").selected = true
session.findById("wnd[0]/usr/ssubSUB_MAIN_CARRIER:SAPLMIGO:0003/subSUB_ITEMLIST:SAPLMIGO:0200/tblSAPLMIGOTV_GOITEM/chkGOITEM-TAKE_IT[3,2]").selected = true
This shows that I checked the box on row 2 and 3. However, I want the code to be able to select all rows except the first. Is there any way I can do that? I've been scratching my head and can't seem to get it to work.
Any help would be much appreciated. Thanks to all
Subreddit
Post Details
- Posted
- 4 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/SAP/comment...