Duplication warning

  • Thread starter Thread starter pauluk
  • Start date Start date
P

pauluk

Does anyone know how to creat a macro that runs in the background an
preforms the following:

If a enter information into a spreadsheet, then keep updating thi
spreadsheet with information there is away if i enter information int
a row and it is exactley the same as a perious row a error box pops u
adn says this is a dupication?

Regards
Pau
 
Possibly using data=> validation. If you are checking duplication for a
set of multiple columns, this might be less practical.

the alternative would be to use the change event for the worksheet.

See Chip Pearson's page on events
http://www.cpearon.com/excel/events.htm
 

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