View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
gocush[_28_] gocush[_28_] is offline
external usenet poster
 
Posts: 42
Default select multiple buttons

Assuming you want to do this manually try holding down the Ctlr and Shift
keys then left clicking the mouse (which is pointed at the controls one at a
time)

to use vba code try:
Activesheet.Shapes("Button 1", "Button 2").Select


"Johan Johansson" wrote:

How do I select multiple buttons? I have tried with ctrl, alt, shift
but nothing works.

Thanks

Johan