filo666,
1) Target.Row will return the first row of target
2)
On Error Resume Next
'code to skip
On Error Goto 0
hth,
Doug
"filo666" wrote in message
...
1. How to get the row number if I'm in Target
2. How to tell Vb if is error then goto next step in the macro
TIA