J
JimMay
I need (In VBA code) to convert a varying range of values,
Say Range("E6:E" & Lrow) from:
-123
-234
-345
-456
To:
123
234
345
456
But can't quite get it going here;
Can someone show me how?
TIA,
Jim
Say Range("E6:E" & Lrow) from:
-123
-234
-345
-456
To:
123
234
345
456
But can't quite get it going here;
Can someone show me how?
TIA,
Jim