D
d. williams
Hello. I'm attempting an Excel macro in Excel XP (running XP Pro) and
could really use some help.
I have a worksheet with several thousand rows. What I would like is to
write a macro which goes down A[1:n] and if An = An-1, I would like to
delete row n. So if A1="1183" and A2="1183", it deletes row 2.
I've written some relatively complex Word macros and some *very* simple
Excel macros; so I'm not totally unfamiliar, but I'm a clear newbie with
Excel's VBA. If anyone would be able to help me or refer me to a good
tutorial (I've been browsing the MVP's, but haven't been terribly
successful), I'd be extremely grateful.
Thank you. Danny.
could really use some help.
I have a worksheet with several thousand rows. What I would like is to
write a macro which goes down A[1:n] and if An = An-1, I would like to
delete row n. So if A1="1183" and A2="1183", it deletes row 2.
I've written some relatively complex Word macros and some *very* simple
Excel macros; so I'm not totally unfamiliar, but I'm a clear newbie with
Excel's VBA. If anyone would be able to help me or refer me to a good
tutorial (I've been browsing the MVP's, but haven't been terribly
successful), I'd be extremely grateful.
Thank you. Danny.