I have a macro that I found and I need to make some changes. However, I'm not that familiar with VBA so I need some help.
What I need it to do is select range A1 end right and range end down. Maybe like this : "If Range("A1", Range("A1").End(xlDown).End(xlToRight)).Select
I don't know how to put it in the code below.
Goal is to take all the 0 and blank cells and clear them.
![]()
Please Login or Register to view this content.
Bookmarks