Hi
I'm looking on a way to implement letter so I can search through a worksheet with VBA.
ex:
letter = "A"
while letter <> "Z"
letter = letter+1 (that would make letter = "B")
sheet2.range(letter & 1).value = sheet7.range(letter & 362).value
wend
That's the main idea, it's not as simple as that, but I hope you get the idea about what I want!
Thanks a lot
Benedict
Bookmarks