|
-
Jul 28th, 2005, 03:49 AM
#1
Thread Starter
Lively Member
How to obtain the selected value from a combo box in Excel?
How to obtain the selected value from a combo box in Excel?
I have a combo box on an excel worksheet, how to write a makro (event handler) to change a cell value as a user choose a number from the combo?
Sub combo_change()
Cells(1, 10) = combo_value??
End Sub
plz help
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|