Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have one workbook with 15 sheets, One sheet is a master list of contacts
and the other 14 represent regions in the U.S. that each of the contacts on the master sheet list can be classified in. I am new to Visual Basic but am trying to develop a function that will place the contacts in their corresponding sheets and also have excel automatically update the corresponding sheets in the future when a new contact is added to the master list. Any suggestion? Thank you |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Seems kind of vague. Can you give ONE specific example of wht you would like
to do. Thanks, Ryan--- -- Ryan--- If this information was helpful, please indicate this by clicking ''Yes''. "JC" wrote: I have one workbook with 15 sheets, One sheet is a master list of contacts and the other 14 represent regions in the U.S. that each of the contacts on the master sheet list can be classified in. I am new to Visual Basic but am trying to develop a function that will place the contacts in their corresponding sheets and also have excel automatically update the corresponding sheets in the future when a new contact is added to the master list. Any suggestion? Thank you |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Maybe ?
http://www.rondebruin.nl/copy5_5.htm -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "ryguy7272" wrote in message ... Seems kind of vague. Can you give ONE specific example of wht you would like to do. Thanks, Ryan--- -- Ryan--- If this information was helpful, please indicate this by clicking ''Yes''. "JC" wrote: I have one workbook with 15 sheets, One sheet is a master list of contacts and the other 14 represent regions in the U.S. that each of the contacts on the master sheet list can be classified in. I am new to Visual Basic but am trying to develop a function that will place the contacts in their corresponding sheets and also have excel automatically update the corresponding sheets in the future when a new contact is added to the master list. Any suggestion? Thank you |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ryan thanks for the speedy response let me try to break it down some mo
For example, I have a contact with a name, address, region, and email I would like to place this contact and their info in a ws that is only for contacts in their region. I need excel to pull from a large list of these contacts and place in 14 different ws (each ws represents a diff region) and do it automatically when a new contact is added to the large list. Hope this is more clear Thanks "ryguy7272" wrote: Seems kind of vague. Can you give ONE specific example of wht you would like to do. Thanks, Ryan--- -- Ryan--- If this information was helpful, please indicate this by clicking ''Yes''. "JC" wrote: I have one workbook with 15 sheets, One sheet is a master list of contacts and the other 14 represent regions in the U.S. that each of the contacts on the master sheet list can be classified in. I am new to Visual Basic but am trying to develop a function that will place the contacts in their corresponding sheets and also have excel automatically update the corresponding sheets in the future when a new contact is added to the master list. Any suggestion? Thank you |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Look at Ron's link (Ron is beyond Excel Guru level). Also, look here for a
sample that uses functions rather than VBA code: http://www.savefile.com/files/2152727 HTH, Ryan--- -- Ryan--- If this information was helpful, please indicate this by clicking ''Yes''. "JC" wrote: Ryan thanks for the speedy response let me try to break it down some mo For example, I have a contact with a name, address, region, and email I would like to place this contact and their info in a ws that is only for contacts in their region. I need excel to pull from a large list of these contacts and place in 14 different ws (each ws represents a diff region) and do it automatically when a new contact is added to the large list. Hope this is more clear Thanks "ryguy7272" wrote: Seems kind of vague. Can you give ONE specific example of wht you would like to do. Thanks, Ryan--- -- Ryan--- If this information was helpful, please indicate this by clicking ''Yes''. "JC" wrote: I have one workbook with 15 sheets, One sheet is a master list of contacts and the other 14 represent regions in the U.S. that each of the contacts on the master sheet list can be classified in. I am new to Visual Basic but am trying to develop a function that will place the contacts in their corresponding sheets and also have excel automatically update the corresponding sheets in the future when a new contact is added to the master list. Any suggestion? Thank you |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sorting/Filtering Info | Excel Discussion (Misc queries) | |||
Annual Wages Sheet to pick up info from Time Sheet | Excel Worksheet Functions | |||
Info Filtering | Excel Worksheet Functions | |||
How do I compare info in on sheet to info in another? | Excel Discussion (Misc queries) | |||
transfering info from one sheet to another based on info being transferred | Excel Programming |