FIRSTCHOICE
Board Regular
- Joined
- Dec 14, 2011
- Messages
- 93
Hey,
I am looking for some guidance on developing some code to do some worksheet change event code. I have a situation where I have 4 columns, (A,B,C,D). The values that are in these cells are all interconnected (you can find A with the value in D or value in C from the value in A). I am looking to create some code where I would only have to put one value in one of the cells and the other three on that row would compute. In addition, if they are all empty then it stops trying to compute and if there are values in them it stops.
I have decent VBA skills for a novice so if someone could help me get started I think I could manipulate it well.
Thanks,
HN
I am looking for some guidance on developing some code to do some worksheet change event code. I have a situation where I have 4 columns, (A,B,C,D). The values that are in these cells are all interconnected (you can find A with the value in D or value in C from the value in A). I am looking to create some code where I would only have to put one value in one of the cells and the other three on that row would compute. In addition, if they are all empty then it stops trying to compute and if there are values in them it stops.
I have decent VBA skills for a novice so if someone could help me get started I think I could manipulate it well.
Thanks,
HN