Hi All, Im a begainer to VBA.
I like to to find a last 3 entries of each row .
eg. I have a Row A2:N2 which contains data.....similarly I have a data in cell A3toG3........A4:Z4...and so on till the last row which has data.
Data will be always start from Column A but not fixed where will it be ending. (Actually it will keep changing)
Basically each row will have data but its not fixed in which column it will be ending.
I want to copy last 3 entries of each row which has data. Can someone please give me a VBA code to perform this activity. Quick response much appreciated.
I like to to find a last 3 entries of each row .
eg. I have a Row A2:N2 which contains data.....similarly I have a data in cell A3toG3........A4:Z4...and so on till the last row which has data.
Data will be always start from Column A but not fixed where will it be ending. (Actually it will keep changing)
Basically each row will have data but its not fixed in which column it will be ending.
I want to copy last 3 entries of each row which has data. Can someone please give me a VBA code to perform this activity. Quick response much appreciated.