Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a form with different combo boxes.
The row source for each combo box is in different sheets. For example, I have one sheet for account manages info. I have 3 columns, ID, AccountManagerName, AccountManagerEmail. For my combo box, my row source is AccountManagerName, so the names are displayed. My code is: Private Sub AccountManagerName_DropButtonClick() AccountManagerName.AccountManagerName= "AccountManagerName!B2:B15" End Sub My form is dedicated to store info within a sheet and send email. In my code I need to insert the email address of the AccountManagerName selected from the combo box. In my "sendto" statement, how can I selected the email address which relates to AccountManagerName selected by the user in the combo box ? Thanks in advance for any help. Regards Stephan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
clear specific cells in a form | Excel Discussion (Misc queries) | |||
Form. to ignore cells w/o value from calc from previous Form. | Excel Worksheet Functions | |||
Linking cells for a form | Excel Worksheet Functions | |||
Average form cells containing formulas? | Excel Worksheet Functions | |||
Activating VB form by changing cells | Excel Programming |