View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ken Johnson Ken Johnson is offline
external usenet poster
 
Posts: 1,073
Default Type of Selection


Zone wrote:
I want to know what the user has selected, range, drawing object, etc.
This has been answered before, but I can't find the thread. TIA, James


Hi James,

Check out...

TypeName(Selection)

Ken Johnson