maximus4004
New Member
- Joined
- Jun 2, 2011
- Messages
- 5
Hi,
I want to select cells when the range is under a certain number(<=0) and return value from other cells.
My problem is more how to use the proper syntax.
I want to select cells when the range is under a certain number(<=0) and return value from other cells.
My problem is more how to use the proper syntax.
HTML:
exemple:
If Range("J2:J44") >=0
'Then ActiveCell = Select
'and return value in cell ("B2, C2") for each row.