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
|