Hello!
So I have something like this :
Dim selrow as string, selcol as string
I do an action an then I am in a specific cell and I write
selcol=Selection.Column
To keep the column number I was in
A do some other actions and I end up in another cell, this time I want tot keep the row of...