Columns("C:C").Value = Columns("D:D").Value not working afteradding 16th page
To add to my post, if I use this code
Range(("C1"), Range("C1").End(xlDown)).Value = Range(("D1"),
Range("D1").End(xlDown)).Value
it works.
But I am still curious why it does not work on a column basis
|