View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Zone Zone is offline
external usenet poster
 
Posts: 269
Default Type of Selection

That's it. Thank you, Ken.
Ken Johnson wrote:
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