#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 31
Default Repeat F2

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Repeat F2

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 31
Default Repeat F2

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
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
Repeat Cocoman Excel Discussion (Misc queries) 4 July 31st 09 08:50 AM
how do i repeat paste brazilsmda Excel Discussion (Misc queries) 3 October 6th 05 01:54 PM
how to repeat rows at the bottom while using the rows repeat at to Rows to repeat at the bottom Setting up and Configuration of Excel 1 August 31st 05 02:06 PM
Title Cut Off if Rows to Repeat & Columns to Repeat are Both Selec unibaby Excel Discussion (Misc queries) 2 August 24th 05 04:29 PM
Repeat job Jw Excel Programming 10 February 16th 04 08:04 PM


All times are GMT +1. The time now is 05:31 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"