Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default select multiple buttons

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

Thanks

Johan
  #2   Report Post  
Posted to microsoft.public.excel.programming
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

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default select multiple buttons

Manual Method
This would apply to buttons from the forms toolbar

for controls from the control toolbox toolbar you must be in design mode and
then only shift is required

For the VBA method:

Activesheet.Shapes.Range(Array("Button 1", "Button 2")).Select

--
Regards,
Tom Ogilvy

"gocush" wrote in message
...
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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I select several control buttons at once on an Excel sheet Sue Blackwell Excel Discussion (Misc queries) 1 April 28th 08 04:53 PM
Independent radio buttons so I can select more than one duketter Excel Discussion (Misc queries) 3 April 17th 07 05:34 PM
How to Select multi from drop down (field buttons) Bettergains Charts and Charting in Excel 0 November 24th 05 12:55 AM
Buttons - Select All ? Emory Richter[_2_] Excel Programming 14 January 3rd 05 10:12 PM
Option buttons to select a row of cells mikewild2000[_2_] Excel Programming 2 December 27th 03 02:37 AM


All times are GMT +1. The time now is 09:17 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"