View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Unselect Forms Toolbar Listbox

ActiveSheet.ListBoxes(1).ListIndex = 0

Weird, huh. Why does one start with 0 and the other start with 1???

Matt wrote:

Hi,
I know that it's possible to unselect the controls toolbar listbox by
changing listindex to -1
but I was wondering if it's possible to unselect the forms toolbar
listbox? It doesn't seem like you can. Thanks, Matt


--

Dave Peterson