Hi all,
I would like a worksheet_change event that will enter the value "Y" on a certain column depending on the target.column value (for the same row)
There must be many ways to do this but I would like to see how this is done using SELECT CASE
So if the target column is M, I would like the value "Y" to reflect on column X. If the target column is N, I would like the value "Y" to reflect on column V. If the target column is O, I would like the value "Y" to reflect on column Z.
Thanks
I would like a worksheet_change event that will enter the value "Y" on a certain column depending on the target.column value (for the same row)
There must be many ways to do this but I would like to see how this is done using SELECT CASE
So if the target column is M, I would like the value "Y" to reflect on column X. If the target column is N, I would like the value "Y" to reflect on column V. If the target column is O, I would like the value "Y" to reflect on column Z.
Thanks