R
Ricoy-Chicago
The coding given by Dave works fine. it traps erros as a whoel in the range.
However...
I have a problem with null values, cells in range can have null values, null
values are OK. I want so search each cell in the range then if its contents
is null replace it with zero. Something like:
define range
for each cell in range
if value is null then
value = 0
end if
I do not know how to loop through the cells in the range.
Thanx again.
However...
I have a problem with null values, cells in range can have null values, null
values are OK. I want so search each cell in the range then if its contents
is null replace it with zero. Something like:
define range
for each cell in range
if value is null then
value = 0
end if
I do not know how to loop through the cells in the range.
Thanx again.