View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Will Dieterich Will Dieterich is offline
external usenet poster
 
Posts: 1
Default Correlate selection row with worksheet row

I am writting a vba macro that allows the user to select a group of
rows, the program then checks the rows and processes them. Everything
works on the selection and finding an error; however I cannot figure
out how to correlate the selection row with an error to the actual row
on the worksheet so that I can activate the row with the error for the
user.


Is thier a property that gives this, or do I need to just a search
until I find the row that corresponds?


Thanks.