Thread
:
Combo box wont change selection?
View Single Post
#
2
Posted to microsoft.public.excel.programming
Simon Lloyd[_470_]
external usenet poster
Posts: 1
Combo box wont change selection?
Sorry all i forgot to add the userform code......so here it is!
Simon
Private Sub ComboBox1_Change()
On Error Resume Next
ActiveCell.Select
ActiveCell.Value = ComboBox1.Value
UserForm1.Hide
End Su
--
Message posted from
http://www.ExcelForum.com
Reply With Quote
Simon Lloyd[_470_]
View Public Profile
Find all posts by Simon Lloyd[_470_]