Thread: Listbox value
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
tjh tjh is offline
external usenet poster
 
Posts: 96
Default Listbox value

Hello,

How can you describe a blank value in a listbox. Such as if the user did not
choose a value.
I started the following code and the value is not working correctly.
Thank You

If listbox.Value Is Null Then
MsgBox ("Please make a selection")
Else
End If