Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
As my spreadsheet is heavily laced with formulas it takes about 20 minutes or
so for the whole spreadsheet to finish calculating if I use the F9 key. So to speed things up I would like to have Excel refresh 4,000 (or so) records using the F2 <enter keystrokes. Is there a way to have Excel do this through Vba? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
select the cells and do an edit=Replace and replace the equal sign with an
equal sign. Or, you can do something like Range("A1:A4000").Calculate -- Regards, Tom Ogilvy "briank" wrote in message ... As my spreadsheet is heavily laced with formulas it takes about 20 minutes or so for the whole spreadsheet to finish calculating if I use the F9 key. So to speed things up I would like to have Excel refresh 4,000 (or so) records using the F2 <enter keystrokes. Is there a way to have Excel do this through Vba? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Perfect, I knew that had to be a better shortcut!
"Tom Ogilvy" wrote: select the cells and do an edit=Replace and replace the equal sign with an equal sign. Or, you can do something like Range("A1:A4000").Calculate -- Regards, Tom Ogilvy "briank" wrote in message ... As my spreadsheet is heavily laced with formulas it takes about 20 minutes or so for the whole spreadsheet to finish calculating if I use the F9 key. So to speed things up I would like to have Excel refresh 4,000 (or so) records using the F2 <enter keystrokes. Is there a way to have Excel do this through Vba? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Repeat | Excel Discussion (Misc queries) | |||
how do i repeat paste | Excel Discussion (Misc queries) | |||
how to repeat rows at the bottom while using the rows repeat at to | Setting up and Configuration of Excel | |||
Title Cut Off if Rows to Repeat & Columns to Repeat are Both Selec | Excel Discussion (Misc queries) | |||
Repeat job | Excel Programming |