Hi there,
I have a little problem making an excel macro, I want that the macro
find the last value (the zero cell) in a column an change this value.
I think that is like
for SearchQuery = . range(A1:A100)
if SearchQuery.Value = "0" Then
SearchQuery.Value = "I found it"
end if
This work fine when I try to change the value of an specific cell, but
I don't know the statements when is a complete column, for the first
zero value
and the coude upstair looks fine, But it doesn't work, could any can
help me?
Thanks for ur comments =)
David Garcia
---
Message posted from
http://www.ExcelForum.com/