View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.programming
Peter T Peter T is offline
external usenet poster
 
Posts: 5,600
Default interpolation in an array

typo

Debug.Print ActiveCell.Formula ' 706


Debug.Print Len(ActiveCell.Formula) ' 706

can it be reduced ?

Regards,
Peter T