W
Wes Finch
Hi all, I need some help here.
I need this logic converted to an excel 2003 macro:
Current.worksheet
Do x = 6 by 1 (until there is no more data in column A)
If the cell value Ax > cell value Bx then cell value Bx = cell value Ax
If the cell value Ax < cell value Cx then cell value Cx = cell value Ax
End Do
All my feeble attempts fail.
Thanks,
Wes
I need this logic converted to an excel 2003 macro:
Current.worksheet
Do x = 6 by 1 (until there is no more data in column A)
If the cell value Ax > cell value Bx then cell value Bx = cell value Ax
If the cell value Ax < cell value Cx then cell value Cx = cell value Ax
End Do
All my feeble attempts fail.
Thanks,
Wes