View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Barmaley Barmaley is offline
external usenet poster
 
Posts: 21
Default how do you SUM in VBA code

this statement
Fore = ForecastV + sum(actl(1):actl(10))

has problem with ":"
I must be missing very simple but cannot see it today

Can you help me

Thanks