Thread
:
Error 94
View Single Post
#
1
Posted to microsoft.public.excel.programming
Jennifer
external usenet poster
Posts: 385
Error 94
This is the error I can't seem to fix
Null value?
Private Sub ShowValue(cbo As ComboBox)
If cbo.ListIndex = -1 Then Exit Sub
lblShow.Caption = cbo.Value
--
Though daily learning, I LOVE EXCEL!
Jennifer
Reply With Quote
Jennifer
View Public Profile
Find all posts by Jennifer