Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi folks,
Here is my problem today. I have a workbook that uses external data and can take upto 20 secs to recalculate all the formulas and data. I was wondering if it was possible to either refresh specific cells or even a specific sheet. I was planning to turn off the autocalc function, refresh everything every 5 or 15 minutes and refresh specific cells between the complete refresh. I believe the main hold up in the refresh is the retrieval of external data, which is why I would like to limit this to every 5 minutes or so. Any help gratefully recieved. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Someone at MrExcel found the solution for me on the OzGrid site, so simple
ActiveSheet.Calculate "DDonnachie" wrote: Hi folks, Here is my problem today. I have a workbook that uses external data and can take upto 20 secs to recalculate all the formulas and data. I was wondering if it was possible to either refresh specific cells or even a specific sheet. I was planning to turn off the autocalc function, refresh everything every 5 or 15 minutes and refresh specific cells between the complete refresh. I believe the main hold up in the refresh is the retrieval of external data, which is why I would like to limit this to every 5 minutes or so. Any help gratefully recieved. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Refreshing Lists | Excel Discussion (Misc queries) | |||
Not Refreshing | Excel Discussion (Misc queries) | |||
New worksheets in a webquery.xls not automatically refreshing | Excel Worksheet Functions | |||
NOW() and SECOND() not refreshing | Excel Worksheet Functions | |||
Refreshing formulas via VBA | Excel Programming |