Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Any time, Steve!
-- Vasant "Steven R. Solorio" wrote in message ... Dear Vasant, I wanted to let you know that the code you posted worked like a charm. You make it look easy. Again, many thanks for your help. Steve Steven R. Solorio wrote: Thank you for responding so quickly. I will try this as soon as I can and I will let you know what happened. Thanks, Steve Vasant Nanavati wrote: All you need is: Private Sub cboCustomerList_Change() txtContact = cboCustomer.List(, 1) txtPhone = cboCustomer.List(, 2) End Sub |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need help for getting output | Excel Discussion (Misc queries) | |||
fill combobox depending on selection from another combobox | Excel Discussion (Misc queries) | |||
diverting output | Excel Worksheet Functions | |||
Formating output. | Excel Discussion (Misc queries) | |||
Too much output... PLEASE HELP! | Excel Programming |