Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() You can add code to check for an empty string in the old value: If strOld < "" Then wsData.Columns("B:B").Replace What:=strOld, _ Replacement:=strNew, LookAt:=xlPart, _ SearchOrder:=xlByRows End If PCreighton wrote: Update Validation Selection I have been to www.contextures.com and downloaded DV0022, this is exactly what I wish to achieve when a selection in the list is updated the data file updates to the new description. The problem is when I add a new item to the list it updates every blank cell in the data file colum with the new value added to the list, I don't want it to update all blank cells when new item added to the look-up list. Please help with what I am doing wrong. -- Debra Dalgleish Contextures http://www.contextures.com/tiptech.html |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Data Validation with selection | New Users to Excel | |||
Data Validation with multiple table selection | Excel Discussion (Misc queries) | |||
update data validation list with new entries?? | Excel Discussion (Misc queries) | |||
Data validation named range update | Excel Discussion (Misc queries) | |||
Data Validation list selection question | Excel Worksheet Functions |