on ‎2022 Oct 19 2:07 PM
Hello, I am rather new with SAP scripting and just a googler for VBA in general.
I am using session.findById(...../.....[col,row]).text = "blah"
Example
session.findById(blah/blah/blah[2,25).text = "blah data 1"
session.findById(blah/blah/blah[3,25).text = "blah data 2"
session.findById(blah/blah/blah[4,25).text = "blah data 3"
session.findById(blah/blah/blah[5,25).text = "blah data 4"
As of right now my solution is to actually input data into a high level row, say 25. In the event there is already data up to 25, my script will fail. What is the proper solution to append to the end? I have attempted to remove the 25, change to 0, etc. Lots of google searching and no luck on this.
Thanks for any assistance.
Request clarification before answering.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.