I´ve a little doubt when I try to discover the position that I selected in mysheet, for exampleSheetConsidera Doc..Date30.08.2006s 07.09.200623.10.2006Ho I know, what line and columm that I changed (the column in red that I put"s") ?
How are you trying to "know" the line (row) and column?When you make the change?or afterward, look for the change?Are you writing a script in VBA that you want to use to look for "s" in thefirst column?Are you wanting it to do something as soon as you make the change?What is it that you are trying to do and how do you WANT it to work?
In VBA, using the Worksheet_SelectionChange event you can usesomething like...Cells(1,1) = Target.address