Thread
:
disable combo change event temporaraly
View Single Post
#
1
Posted to microsoft.public.excel.programming
sunilpatel
external usenet poster
Posts: 57
disable combo change event temporaraly
Application.EnableEvents = False
With ActiveSheet.ComboBox1
.ListIndex = 0 'this line does not seem to
disable 'Private Sub ComboBox1_Change()
.Visible = True
.Activate
End With
how can i remedy this pleas
Reply With Quote
sunilpatel
View Public Profile
Find all posts by sunilpatel