View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
L. Howard Kittle L. Howard Kittle is offline
external usenet poster
 
Posts: 698
Default two very simple questions

Hi Flo,

Dim i As Integer
i = Target.Row

On Error Resume Next

HTH
Regards,
Howard


"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