Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I have a xls sheet which contains "component name" in column B and "component version" in column C. I have to update both of the columns regularly with new components (in which case they are added to the bottom of the list) or if the components are already in the list, then i simply update the component version in column C. I was wodering if anybody new of a VBA script where i could: - paste my component and version list into sheet 2, run the macro and the script would check if the component name already existed in sheet 1, column B. If the component already exists, then update the component version from sheet 2, column C to sheet 1, column C. If the component does not exist, then add the component to the bottom of the component list and copy over the component version from column C. Run down column B and repeat the process in a loop until a blank cell is reached. Any help would be appreciated. Thanks and regards, Paul. -- Message posted via http://www.officekb.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Add data from other sheet to the data present in this sheet | Excel Discussion (Misc queries) | |||
Command to update data from one sheet to another | Excel Worksheet Functions | |||
Command to update data from one sheet to another | New Users to Excel | |||
testing whether a sheet is present | Excel Programming | |||
Update data at other sheet | Excel Programming |