View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel
Harlan Grove[_2_] Harlan Grove[_2_] is offline
external usenet poster
 
Posts: 1,231
Default HowTo: detect a cell contains an ArrayFormula in vba?

Try the .HasArray property of the Range class.