VBA to duplicate rows based on a number in a cell

stonelaw119

New Member
Joined
Aug 28, 2007
Messages
17
Hello!
I am really hoping someone would be able to help me out with this request. I'm working on a project plan with a gantt view. The last thing I need to include are tasks that have not been formally added to our system. I've created a table (OustandingTasks) that calculates the number of Tasks "To-Be-Created" along with the Project name, category, ETD, AHT and Avg Workdays.

Example:

Oustanding Tasks Project Category Delivery Date AHT Workdays
115 WestSide Development 12/31/2017 28.8 22.2
25 SouthSide Requirements 10/31/2017 22.2 15.0


What I am looking to do is for each of the 115 outstanding tasks for the "westside" project have row created in a different sheet/table. The new sheet/row would have Project name, category, ETD, AHT and Avg Workdays in the ROW and include another column called TASKid that labels each row with TBC-1, TBC-2, TBC-3 ...TBC-115. The VBA would then move on to the next project in the list and so the same thing.

I have approximately 10 Projects that can have several hundred outstanding tasks. So I was really hoping that there is a way to do this in VBA.

Anyone able to help me with this?
 
Last edited:

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.

Forum statistics

Threads
1,224,823
Messages
6,181,181
Members
453,022
Latest member
Mohamed Magdi Tawfiq Emam

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top