View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Vesa Virkki Vesa Virkki is offline
external usenet poster
 
Posts: 2
Default Using worksheetfunction from macro?

Hi,

I have problem when I try to use for next line when table
size is bigger than 6140 line(comes run time error:
Application.WorksheetFunction.Average(B_results())
where B_results is array in macro.

cheers,
Vesa