Tronsliver
Technical User
After entering a formula in a cell I added a commnad button that does a clear when clicked. The problem I having is that it also wipes out the formula. Is there a way to clear a cell of its value and retain the formula. Here is the code:
Range("D320".Value = " "
Also is there a way to not have this "#VALUE!" show up in a cell after its been cleared.
Range("D320".Value = " "
Also is there a way to not have this "#VALUE!" show up in a cell after its been cleared.