How recover location with vlookup...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to recover the cell location using vlookup between two sheets. ie.
ActiveCell from actual worksheet, data_range i other worksheet(other file).

Application.VLookup(ActiveCell.Value,data_range, 1, True)

I need the cell location (in data_range) if the vlookup is OK.

thanks, Iván
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top