Send Hotkey based on the counts of rows in excel file

If your target control works with Type Into, you can also use Enumerable.Repeat().

String.Join("", Enumerable.Repeat("[k(down)]", 160))

image

3 Likes