e.g.
(N.B. All the following actions reference the same cell)
- A cell contains a formula to
populate the ‘default’ value of that
cell. - The user overwrites the default value.
- The user decides to delete the value
that they have entered. - The original formula is automatically reinstated
to provide the ‘default’ value
again.
Is this possible without VBA, or is there a reasonable work around?
I’m not sure how you plan to do all of that without VBA. I’m not and Excel wizard, but I don’t think it can done without VBA. There is some intelligence needed in your procedures that can not (I believe) be performed with simple functions.