View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
bradmcq bradmcq is offline
external usenet poster
 
Posts: 8
Default Code to calculate only visible cells

Hi ,

I have a large sheet with multiple array calulculations looking at a large
number of rows. Once filtered the the specific user the numer of rows
visible is dramatically reduced, but the calculation time is still slow as
the hidden rows are also being calculated. Is it posssible to write a macro
to calculate only the visible cells (ie. not calculate the hidden rows)

Thanks in advance