K
Kirk P.
Looking for some VBA help to automate this task. Basically I'm trying to
create a columnar list of data that includes the account number in column A
from a spreadsheet that displays the data in account number "groups"
1. For each instance of the text “SH†in column B, write the contents of
the cell in that row from column E into the same row in column A
2. Copy the value just written into column A down to the row directly above
the next instance of “SH†in column B
3. Repeat through entire spreadsheet.
create a columnar list of data that includes the account number in column A
from a spreadsheet that displays the data in account number "groups"
1. For each instance of the text “SH†in column B, write the contents of
the cell in that row from column E into the same row in column A
2. Copy the value just written into column A down to the row directly above
the next instance of “SH†in column B
3. Repeat through entire spreadsheet.