Hi there!
I have a code that has the following
This code will loop over and over again at the next i. However, I need to know which cycle we are in.![]()
For i = 0 To 100
I want SendKeys to "type" out what 'i' is in a Notepad.
How would I do that? I tried:
but that just typed 'i'![]()
SendKeys "i"
I tried to google which i I is, and that ended up with me in psych topics...
Would appreciate any help
Bookmarks