Tabulate Command Button

damon_l

New Member
Joined
Jul 13, 2017
Messages
25
I have a worksheet with 12 different columns and an insert row command button where users can add rows as they input data into the rows. I have created a separate spreadsheet. where I would like to have a tabulate command button that the user can press and it would populate the table with all the data from the relevant columns. Some of the columns in this spreadsheet would be reserved for calculations as such these cells would have formulas that would read from the columns that have been auto filled from the command button. Is there a VBA script I can use for this command button?
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
To further elaborate, I have attached two screenshots. I wish to copy all the inputted data from columns B, D, G, IK, L and M into the columns in the relevant columns into the 2nd spreadsheet. It would have to be dynamic and also format the table according to how many rows of data the user inserts in the first worksheet.

Any support would be appreciated.
 

Attachments

  • Capture.PNG
    Capture.PNG
    49.1 KB · Views: 6
  • Capture 2.PNG
    Capture 2.PNG
    45.4 KB · Views: 6
Upvote 0

Forum statistics

Threads
1,215,079
Messages
6,123,005
Members
449,092
Latest member
masterms

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