Hi :)
I'm having problems trying to clear the contents in a range I selected.
The code, say "w" is 10:
Range("A2").End(xlDown).Select
ActiveCell.Offset(1, 0).Select
ActiveCell.Resize(w, 8).Select
Range(Selection).ClearContents
I tried that code and it doesn't seem to work, any ideas?