View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
merjet merjet is offline
external usenet poster
 
Posts: 812
Default How to find what object type is returned from Selection property ?

I need to check if the object returned by "Selection"
property is "Range" type. Is there a way to find it out ?


MsgBox TypeName(Selection)

HTH,
Merjet