Hi All,
I have a VBA code at the moment that causes a certain column (I can't make it only do a range) to save the previously altered value of another column whenever it is updated.
However I only want these updates visually to happen when a certain milestone occurs in real life, so I think the easiest way to do that is to have ScreenUpdating attached to a dropdown selection being changed, or an ActiveX button or checkbox. This would require the ScreenUpdating code to only affect a certain range which I don't know is possible.
Can anyone help or does anyone know a better way of achieving this? Or am I wanting something impossible?
Thanks,
Reuben
I have a VBA code at the moment that causes a certain column (I can't make it only do a range) to save the previously altered value of another column whenever it is updated.
However I only want these updates visually to happen when a certain milestone occurs in real life, so I think the easiest way to do that is to have ScreenUpdating attached to a dropdown selection being changed, or an ActiveX button or checkbox. This would require the ScreenUpdating code to only affect a certain range which I don't know is possible.
Can anyone help or does anyone know a better way of achieving this? Or am I wanting something impossible?
Thanks,
Reuben