My second post in a day
I have VBA spread sheet, all codes completed, but i am stuck in final loop,
When a button is pressed, macro will create sheets based on Stages, In Column J, in the attached sheet there is total 7 stages, so 7 new sheets, then it will copy some information to each sheets, and will apply some formula. Till this part completed.
My problem is , in Column O there is column called Time Step, means there user will enter 1-50, if user selected 3, then i need to copy first 3 tables (table means group of 5 rows located after the button ) to copy and paste to that particular stages, so till 50, i have created table (means here 5 rows), Currently its copying 5 steps,
In manual i am sure it will lot of time, Any one suggest how we can do it in Loop.
Here is the file.
I have VBA spread sheet, all codes completed, but i am stuck in final loop,
When a button is pressed, macro will create sheets based on Stages, In Column J, in the attached sheet there is total 7 stages, so 7 new sheets, then it will copy some information to each sheets, and will apply some formula. Till this part completed.
My problem is , in Column O there is column called Time Step, means there user will enter 1-50, if user selected 3, then i need to copy first 3 tables (table means group of 5 rows located after the button ) to copy and paste to that particular stages, so till 50, i have created table (means here 5 rows), Currently its copying 5 steps,
In manual i am sure it will lot of time, Any one suggest how we can do it in Loop.
Here is the file.