Please HELP...User adds Row to range in file and row populates another range in different file

phlavs

New Member
Joined
Jul 17, 2013
Messages
1
Hi Potential Helpers,

New to VBA. I have a few templates with macros that will allow users to add line items (rows of 6 cells) into a range ("structure") after selecting the 6 fields from dynamic ranges, which are the drop-down validation data lists (just indirects of range names).

My question- is there a macro that will add the line item to a table in my database file. The data set is not huge so the master data base file will also be an excel file. Because it will be using a vlookup, match function to consolidate all the templates if a user adds a row I would like the row to be auto populated in the different data base file so it captures new data.

I hope that I am explained well enough. Again my Range.("structure") will get a new row after a macro runs and I am hoping it will also be added another file with all the data from the templates. Would I need to make sure the user has both files open? I plan to use a Sharepoint drive.

Any comments/feedback would be much appreciated! Thanks in advance.
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
Your macro could check if the file is open, if not, open it, extract the data, and close it. If it was already open, then leave it open after extracting the data.

There are thousands of examples on how to add data to the bottom of a table
 
Upvote 0

Forum statistics

Threads
1,223,236
Messages
6,170,917
Members
452,366
Latest member
TePunaBloke

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