• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Creation of columns that pull from a data set

Zach

Member
Ok VBA Gods, I've got a puzzle for you.

The attached file is a budget vs bid template that my company uses. Currently they manually type all the information in both the budget and actual columns, create new rows for each plan, and adjust the average formulas so they make sure they always include all the information.

What I'm looking to do is on the data sheet; let them fill in the high level information that is basically needed at the top of each set of columns and create a macro that creates the columns (with the formatting) and has it populate the information in the correct places.
I used the Macro recorder to create a crude version of a "copy & paste" macro on tab VBA test 1, but if the data sheet has 5 plans I want to just be able to create 5 columns, if the sheet has 10 plans I want to be able to create 10 columns.

To me it seem like it's a very intricate process but I'm not a wiz at this stuff yet so I didn't know if anyone had any advice for efficiently improving the process out of this manual nightmare!
 

Attachments

  • Template work.xlsm
    101.7 KB · Views: 4
Back
Top