Macro to Autofill until there's a new value
Hi!
I need to write a macro to autofill a column or columns that contain a
Department Code, Product Code and Class, for example
Colmn A Column B Column C
Department Code Product Code Class
A001 000 010
000 100 000
000 100 000
000 000 020
A002 000 000
000 200 000
000 200 000
000 000 030
What I'd like the macro to do is autofill the department code in Column A
until it reaches the next department code. The Product Code and Class
correspond to the specific Department Code (until it changes). I'd also like
to autofill the Product Code and Class until each changes as well.
What would be the best way to write this macro?
Thanks,
Lacey
|