I am trying to rearrange a report so it can be used in a differnt department. They only need certain information, and one column of info contains a five digit code that needs to be translated into an address.
I would like to create a macro that will delete all unwanted columns, Then insert a column next to the five digit address codes, and insert the address, the code stands for. It would also be ok for the address to replace the five digit code. Finally I would like to delete an entire row if one of the columns contains certain information that I will specify.
Summary
Delete columns:2,3,5,10,11,12,13,14,15,16,17,18,19,20
(Add column next to what will be 6 after the others are deleted {6 Contains the 5 Digit codes} Output Corrisponding address) or (Replace Five digit Code with specified address)
Delete Rows that contain specified data in Column 25
I hope this is easy enough to understand
Thanks for any help
Bryan
I would like to create a macro that will delete all unwanted columns, Then insert a column next to the five digit address codes, and insert the address, the code stands for. It would also be ok for the address to replace the five digit code. Finally I would like to delete an entire row if one of the columns contains certain information that I will specify.
Summary
Delete columns:2,3,5,10,11,12,13,14,15,16,17,18,19,20
(Add column next to what will be 6 after the others are deleted {6 Contains the 5 Digit codes} Output Corrisponding address) or (Replace Five digit Code with specified address)
Delete Rows that contain specified data in Column 25
I hope this is easy enough to understand
Thanks for any help
Bryan
Last edited: