i have the following vba code to copy values from the column A to the next column,but it copy the formulas,i want only the values to be copied, so that when i clear the cell in A not to be cleared in B.
<code>
</code><code>Private Sub Worksheet_Change(ByVal Target As Range)
Dim A As Range...