hello....there's an issue in my source file where if the account name contains "B BASILIJEVIC," the data is incorrectly shifted one column more to the right.
so, "B BASILIJEVIC" is supposed to be in column U, but is actually in column V. this has shifted anything to the right of "B BASILIJEVIC" one column over as well. e.g., the final column should be "AF", but for the ""B BASILIJEVIC" rows the data it's in column AG.
so what I manually need to do is highlight all the rows containg ""B BASILIJEVIC"m starting from column V to AG, cut then paste to column to U.
essentially, I'm looking for a macro that loops through column V to look for ""B BASILIJEVIC" and then shift the data from column V to AG to column U to AF (ie one column to the left).
so, "B BASILIJEVIC" is supposed to be in column U, but is actually in column V. this has shifted anything to the right of "B BASILIJEVIC" one column over as well. e.g., the final column should be "AF", but for the ""B BASILIJEVIC" rows the data it's in column AG.
so what I manually need to do is highlight all the rows containg ""B BASILIJEVIC"m starting from column V to AG, cut then paste to column to U.
essentially, I'm looking for a macro that loops through column V to look for ""B BASILIJEVIC" and then shift the data from column V to AG to column U to AF (ie one column to the left).
Last edited: