T
Ty
I posted a problem under "Excel Delete VB Macro" in the microsoft.
public.excel.worksheet.functions. And another one called VLOOKUP
in the last 5 days. All of the problems were resolved. i have 3 more
questions.
What if I just wanted to delete rows that have the cell blank?
my answer: ActiveCell.Interior.Color = RGB(255, 0, 0) need to
change
the RGB to the empty cell numbers(0, 0, 0)
What if I just wanted to delete rows that have #N/A in the cell
blank?
my answer: ActiveCell = #N/A
What if I had another column such as column J as a condition to the
above to not delete with my initials like TB?
my answer: If ActiveCell.Interior.Color = RGB(255, 0, 0) + column J
is
blank. Don't really have answer but I'm trying to figure this out on
my own.
Thanks for your help....
Ty
public.excel.worksheet.functions. And another one called VLOOKUP
in the last 5 days. All of the problems were resolved. i have 3 more
questions.
What if I just wanted to delete rows that have the cell blank?
my answer: ActiveCell.Interior.Color = RGB(255, 0, 0) need to
change
the RGB to the empty cell numbers(0, 0, 0)
What if I just wanted to delete rows that have #N/A in the cell
blank?
my answer: ActiveCell = #N/A
What if I had another column such as column J as a condition to the
above to not delete with my initials like TB?
my answer: If ActiveCell.Interior.Color = RGB(255, 0, 0) + column J
is
blank. Don't really have answer but I'm trying to figure this out on
my own.
Thanks for your help....
Ty