Replacing Values

  • Thread starter Thread starter Orion Cochrane
  • Start date Start date
O

Orion Cochrane

I have a "database" in Excel I created that organizes people by location.
Those locations could change at any time. I got the master location list
included for data validation on my data table (List drop-down) that updates
itself when a location changes. What I would like to happen is when a
location changes values, have the old value be replaced by the new one in the
data tab automatically. Can it be done and if so how? Ideally, I would like
this to be done behind the scenes as you type.
 
Say we use TWO location tables, Current and New. The macro would run down
each person, and if the location has changed, update the record.

Once the people check is complete, the macro could copy the New table onto
the Current table. This insures that the validation pull-down is also
correct.
 
I got around the issue with a userform, and it works great. Thanks, Gary's
Student.
 
The data validation updates itself anyways (thank goodness), but it was with
the current values I needed to change. Thanks.
 

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