bpgolferguy
Active Member
- Joined
- Mar 1, 2009
- Messages
- 469
Hi, got something that I'm wondering if it can be done....and I ask because I have NO IDEA where to start. I have a worksheet that will list a first name in A, a last name in B, and then different data all the way from C to Z. There will probably be 100-125 rows each time this worksheet is used.
It will be used for 8 different events (tournaments) and after each event, I want to send the data to another workbook to store and then clear the worksheet out and get ready for the next event. Here's the way I want to "store" the data, though...and like I said, it may be a stretch!
I am going to personally create a folder on a drive for each person who is a "member" of my group. I'm going to name each folder their first and last name (eg. JohnDoe). Inside that folder they are also each going to have a workbook entitled "stats." Now here's the tricky part....after each "event", I want to push a button that will scan the worksheet I listed above and copy the row of data (from C to Z) and paste it into each person's individual workbook in their folder. Now to make it easier, I can designate that event 1's data will paste into row 1, event 2's data into row 2, etc.
In my head I think this can be done because my worksheet will have two cells with the first and last name, which I would think the code could look at, put them together, and then know to paste the copied data into the folder and workbook named after those cells.
Does this sound doable to anyone? Or am I just dreaming? Thanks in advance!
It will be used for 8 different events (tournaments) and after each event, I want to send the data to another workbook to store and then clear the worksheet out and get ready for the next event. Here's the way I want to "store" the data, though...and like I said, it may be a stretch!
I am going to personally create a folder on a drive for each person who is a "member" of my group. I'm going to name each folder their first and last name (eg. JohnDoe). Inside that folder they are also each going to have a workbook entitled "stats." Now here's the tricky part....after each "event", I want to push a button that will scan the worksheet I listed above and copy the row of data (from C to Z) and paste it into each person's individual workbook in their folder. Now to make it easier, I can designate that event 1's data will paste into row 1, event 2's data into row 2, etc.
In my head I think this can be done because my worksheet will have two cells with the first and last name, which I would think the code could look at, put them together, and then know to paste the copied data into the folder and workbook named after those cells.
Does this sound doable to anyone? Or am I just dreaming? Thanks in advance!