
Originally Posted by
nobodyukno
So that code works where it copies each of the three columns over correctly. However, the only issue is that it repeats the code for 3 times the necessary amount.
If you remove the m*3 portion of the code it does not copy each individual column over correctly.
Unsure what you are doing. I ran this code and it copied over 2 times. The m * 3 is telling it how many columns to shift right when copying over. Since you have 3 columns, it is looking to start 3 columns over.
Bookmarks