D
DMB
I need to check all of the worksheets to collect and sum contents. Is there a
with method or something along those lines?
WITH worksheets
if a = b then
Total = a1 + a1
end if
end with
with method or something along those lines?
WITH worksheets
if a = b then
Total = a1 + a1
end if
end with