cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Append data to next empty row

0 Likes
421

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.

Accepted Solutions (0)

Answers (0)