Hello to everybody,
I have an excel sheet in which the diagonal cells (B3, C4, D5, E6 ecc ecc) are locked.
I want to copy from C3 to M3, than paste (values) and transpose on from cell B4 to B12.
I recorded a macro that does this
but I am not able to programme the code in order to execute a second action starting this time from range "D4:M3" and paste/transpose to cell C5.
I would like to loop this action untill cell M11 and copy paste only that last single cell in L14 (this is an example, I have to this for hundreds of rows actually....)
I tried some loop commands but the action goes on infinitely without skipping the diagonal cells and moeover without stopping.
Thank you it would be great to receive a visual basic code!
Bookmarks