View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Snowfire Snowfire is offline
external usenet poster
 
Posts: 25
Default Close na "on the fly" created Listbox if ignored by the user?

How could I use vba to close an "on the fly" created Listbox if
ignored by the user.... if I use the Worksheet_SelectionChange event
and say.. ActiveSheet.ListBoxes("OfficeList").Delete for example it
is fine if the listbox is open but gives and error if not. I have
tried to poll for any open Listboxes ( and hences close them ) but
can't get the code right or am I on the "wrong road" ...?
Cheers