IS there any short cut key to select all shapes

  • Thread starter Thread starter max
  • Start date Start date
M

max

Hi,
In powerpoint if we need to select shapes we do cntrl+A or we drag the
cursor so that shapes are selected
In excel if i am using shapes what is the command to select all shapes at
once,else i need to go to each one and select holding shift.
Thanks
max
 
Try

Press F5 and select 'Special' and select 'Objects' >OK


If this post helps click Yes
 
If you mean to select using code try

Activesheet.Shapes.SelectAll

If this post helps click Yes
 
Back
Top