mprasannna
New Member
- Joined
- Jun 29, 2014
- Messages
- 3
Hi All,
I have a database in which there are 3 columns named as Name , Category & New category.
Name Category New Category
George 5 1
Michel 4 1
Robert 4 7
Hunk 8 8
In the new category column, if any cell's value is <>1, then the same value require to be pasted in category column corresponding to the name. In this data mentioned above, only the category number of Robert will be changed from 4 to 7 .
Please help me with a VBA code to do this..
Thank you
I have a database in which there are 3 columns named as Name , Category & New category.
Name Category New Category
George 5 1
Michel 4 1
Robert 4 7
Hunk 8 8
In the new category column, if any cell's value is <>1, then the same value require to be pasted in category column corresponding to the name. In this data mentioned above, only the category number of Robert will be changed from 4 to 7 .
Please help me with a VBA code to do this..
Thank you
Last edited: