BuraDominik
New Member
- Joined
- Apr 13, 2016
- Messages
- 2
Hello everyone,
I' m new with VBA and I have a problem. Simply put, I have multiple sheets open each named after the date ("1.1." , "2.1." etc. let's say it goes for the whole year).
I have an engineering simulation for a solar system. Basically I have in one column let's say column A multiple rows till 600. I need every 11th row to copy (copy only the number not the formula) on another sheet (which is not the date 1.1. , "2.1." etc. but "table") in which every 11th row will be in a continous coloumn (B1,B2,B3 etc.).
Basically, I just need to put from the sheet "1.1." every 11th row in the column A (A1, A12, A23 etc.) in the sheet "table" that will go B1,B2,B3 etc in which the A1 will go in the B1 and then A12 in the B2, A23 in the B3 etc.
That is the first part. When that is over and when i go to the sheet named "2.1." or the second day I need the same thing basically in which position of the cells in the A column will not change (A1, A12,A23 etc.) but the position in the B column will change because now the position A1 from "2.1." will be paired with the next B position let's say B4. And that goes on for every day till the end of the year.
I tried manually copying and writing a really simple code but it's not really working.
I would be grateful if you could help me.
Thank you.
I' m new with VBA and I have a problem. Simply put, I have multiple sheets open each named after the date ("1.1." , "2.1." etc. let's say it goes for the whole year).
I have an engineering simulation for a solar system. Basically I have in one column let's say column A multiple rows till 600. I need every 11th row to copy (copy only the number not the formula) on another sheet (which is not the date 1.1. , "2.1." etc. but "table") in which every 11th row will be in a continous coloumn (B1,B2,B3 etc.).
Basically, I just need to put from the sheet "1.1." every 11th row in the column A (A1, A12, A23 etc.) in the sheet "table" that will go B1,B2,B3 etc in which the A1 will go in the B1 and then A12 in the B2, A23 in the B3 etc.
That is the first part. When that is over and when i go to the sheet named "2.1." or the second day I need the same thing basically in which position of the cells in the A column will not change (A1, A12,A23 etc.) but the position in the B column will change because now the position A1 from "2.1." will be paired with the next B position let's say B4. And that goes on for every day till the end of the year.
I tried manually copying and writing a really simple code but it's not really working.
I would be grateful if you could help me.
Thank you.