I have the following code through which I am passing the address of the selected cell to WkRNG variable.
Now, when I click a cell and press okay all goes fine. But, if I press ESC (without any input), I get the runtime 424 error.
Dim WkSht As Worksheet, WkRNG As Range, rCell As Range...