Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,298
Default Code to calculate only visible cells

not if the hidden cells are part of the array formula that also include
visible cells

alternatively, why don't you use a filter to push the visible data to
another sheet then apply the formula to that that data...removing the formula
altogether from the 'source'?



"bradmcq" wrote:

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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Copy to Visible Cells only;Modify Code Abdul[_2_] Excel Programming 9 August 3rd 09 12:03 AM
VBA code for if no visible cells after filter goto next stage thomsonpa Excel Programming 2 December 4th 08 04:41 PM
Calculate visible cells only? Ken Excel Discussion (Misc queries) 3 March 26th 08 05:04 PM
SUMPRODUCT TO CALCULATE VISIBLE CELLS ONLY Lisa Excel Worksheet Functions 4 January 11th 05 12:58 PM
Excel Macro Filtered Data in-place: cannot calculate Frequency of Visible Cells QTE Excel Programming 6 June 4th 04 03:29 AM


All times are GMT +1. The time now is 06:56 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"