Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. -- I am running on Excel 2003, unless otherwise stated. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. -- Gary''s Student - gsnu200813 "Orion Cochrane" wrote: 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. -- I am running on Excel 2003, unless otherwise stated. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I got around the issue with a userform, and it works great. Thanks, Gary's
Student. -- I am running on Excel 2003, unless otherwise stated. "Gary''s Student" wrote: 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. -- Gary''s Student - gsnu200813 "Orion Cochrane" wrote: 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. -- I am running on Excel 2003, unless otherwise stated. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The data validation updates itself anyways (thank goodness), but it was with
the current values I needed to change. Thanks. -- I am running on Excel 2003, unless otherwise stated. "Gary''s Student" wrote: 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. -- Gary''s Student - gsnu200813 "Orion Cochrane" wrote: 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. -- I am running on Excel 2003, unless otherwise stated. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Replacing column values with formula values | Excel Programming | |||
Replacing Values in a Spreadsheet | Excel Discussion (Misc queries) | |||
Replacing Linked Cell Values w/ Current Values | Excel Worksheet Functions | |||
Replacing missing values? | Excel Worksheet Functions | |||
Replacing links with values | Excel Programming |