silentbuddha
Board Regular
- Joined
- Mar 1, 2008
- Messages
- 112
Hi,
I am stuck on this particular problem...
Scenario: I have a simple column in my activeworksheet
Column A
---------
1 ( Cell 1,1 )
2 ( Cell 2,1 )
3 ( Cell 3,1 )
4 ( Cell 4,1 )
5 ( Cell 5,1 )
let us suppose the user changes the content in Cell(1,1) from 1 to 2 and now the column would look like :
Column A
---------
2 ( Cell 1,1 )
2 ( Cell 2,1 )
3 ( Cell 3,1 )
4 ( Cell 4,1 )
5 ( Cell 5,1 )
Question : how do I use vba to dynamically change Cell(2,1) content from 2 to 1 in order to keep all values in column A unique ???
Thanks !
I am stuck on this particular problem...
Scenario: I have a simple column in my activeworksheet
Column A
---------
1 ( Cell 1,1 )
2 ( Cell 2,1 )
3 ( Cell 3,1 )
4 ( Cell 4,1 )
5 ( Cell 5,1 )
let us suppose the user changes the content in Cell(1,1) from 1 to 2 and now the column would look like :
Column A
---------
2 ( Cell 1,1 )
2 ( Cell 2,1 )
3 ( Cell 3,1 )
4 ( Cell 4,1 )
5 ( Cell 5,1 )
Question : how do I use vba to dynamically change Cell(2,1) content from 2 to 1 in order to keep all values in column A unique ???
Thanks !