Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a spreadsheet that I distribute to up to 4 people
in my office (depending on what account we are on) These recipients fill out data in specific order that is based on the prior persons info input. To start the chain I have inserted a userform that lets me (The host and also the first person to input information) set up all the users for that day. The names get inserted into cells D11-G11. With another cell (C2) set up to say in very bold lettering whose turn it is to enter the next Information. What I want to do is instead of having the users change this cell every time they are done inserting their info and before they send it to the next person for input, is to have this done automatically by cycling through the list of names in order until all info is entered and then the sheet will come back to the beginning (Me). Then I start the new series of info inputting until we have all the data filled in, this takes about 6 rounds before it is complete. The spreadsheet is set up with a macro button that calculates the final info and sends an e-mail to a dedicated server for backup filing. When this macro is preformed I want to cycle the name at that point and e- mail the saved file to the next user. Is this possible? TIA for any insight. Pete |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
cycle through list and put data found in col a into col d | Excel Discussion (Misc queries) | |||
return a list of names, from a large list of repeated names. | Excel Worksheet Functions | |||
create a random list of names from a list of names in EXCEL | Excel Worksheet Functions | |||
How do I keep result from 1 iteration cycle to use in next cycle? | Excel Discussion (Misc queries) | |||
Visual Basic macro to do something that is done trhough an Excel function | Excel Programming |