Hi Anyone
My range is from "C2 : F16"
As of now i am deleting particular range of cells in a row.
i've used the following code to delete the particular range of cells in a row which is working fine
<code>
Option Expilict
Public curRow as integer
Private Sub UserForm_Initialize()
curRow =...