View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Doug Glancy Doug Glancy is offline
external usenet poster
 
Posts: 770
Default two very simple questions

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