ndendrinos
Well-known Member
- Joined
- Jan 17, 2003
- Messages
- 1,694
In [B17:B35] I have formulas
On sheet1 and through code (not manual) I sometimes over type the formula on one or more cells thus losing the formula.
Again using code I then save the data on that sheet onto another sheet and I'm redirected to sheet1.
Is there a way to use:
at the end of my code to re instate the formulas ?
Presently I have code to type the formula in B17 and drag down to B35
Many thanks
On sheet1 and through code (not manual) I sometimes over type the formula on one or more cells thus losing the formula.
Again using code I then save the data on that sheet onto another sheet and I'm redirected to sheet1.
Is there a way to use:
Code:
Application.EnableEvents = False
Application.Undo
Application.EnableEvents = True
Presently I have code to type the formula in B17 and drag down to B35
Many thanks