Hi, I have about 9500+ cell value that I want to clear with a button.
I know how to do this but I think it will look super messy by the time I'm done..
Is there a better way to write this?
Sub ClearAll()
Range("B14, D14, G14, J14, L14, ........ PW85, PX85") = ""
End Sub
Bookmarks