Hi, I'm very new to programming...
Right now I'm writing Excel macros that will sort data in accending order.
From the macro recording I have:
However, I want to unselect the rows if the value for first cell of that row (Cells(x,1)) is empty. So that only the row where Range("Ax")<>Empty are selected.![]()
Please Login or Register to view this content.
I tried using variables and if... then commands but none worked. Any ideas? Thanks in advance!! =)
Bookmarks