View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Martin Martin is offline
external usenet poster
 
Posts: 336
Default how to find if multiple chart objects are selected?

TypeName(Selection) returns "DrawingObjects" if more than one chart is
selected.


"Chimanrao" wrote:

hi
how do i find if multiple chart objects are selected by the user using
the ctrl + click mechanism?
chiman