View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
borg borg is offline
external usenet poster
 
Posts: 23
Default "box-select" mode

Hi,

I now understand that:
Application.CommandBars("Drawing").Controls("Selec t Objects").Execute puts
me into the box-select mode. And running
Application.CommandBars("Drawing").Controls("Selec t Objects").Execute again
puts me out of box-select mode.

Is there a way to tell if the control("select objects") is currently
selected because sometimes I want to only excute that code if it is not
currently in the box-select mode.

Thanks for you help!