Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
When I enter data in a cell, the hour glass appears and takes 60 seconds to
enter and move to another cell. How do I shut this function off to avoid the 60 sec delay? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Brian,
First, the delay is probably occuring because your spreadsheet is recalculating. You can turn this feature off by choosing Tools, Options, Calculation, Manual. But remember when you want your spreadsheet to update you must force recalculation, one way is by pressing F9 -- Thanks, Shane Devenshire "Brian" wrote: When I enter data in a cell, the hour glass appears and takes 60 seconds to enter and move to another cell. How do I shut this function off to avoid the 60 sec delay? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Shane,
Thanks for the reply. I shut off the calc function earlier today with no impact. Any other suggestions would be appreciated. It doesn't occur on other files. Brian "ShaneDevenshire" wrote: Hi Brian, First, the delay is probably occuring because your spreadsheet is recalculating. You can turn this feature off by choosing Tools, Options, Calculation, Manual. But remember when you want your spreadsheet to update you must force recalculation, one way is by pressing F9 -- Thanks, Shane Devenshire "Brian" wrote: When I enter data in a cell, the hour glass appears and takes 60 seconds to enter and move to another cell. How do I shut this function off to avoid the 60 sec delay? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
First I would check to see if there are any links - choose Edit, and see if Edit Links is available. Second, I would make sure no other Excel workbooks are open. Third, I would check to see if there is any code in the file - open the VB editor (press Alt+F11) Select your file in the Project window and double click each object (sheet1, sheet2, ... thisWorkbook) and check the modules folder if there is one. You are looking for a macro that runs when you move or change something. A macro named Worksheet_Change or Worksheet_SelectionChange or something like that. -- Thanks, Shane Devenshire "ShaneDevenshire" wrote: Hi Brian, First, the delay is probably occuring because your spreadsheet is recalculating. You can turn this feature off by choosing Tools, Options, Calculation, Manual. But remember when you want your spreadsheet to update you must force recalculation, one way is by pressing F9 -- Thanks, Shane Devenshire "Brian" wrote: When I enter data in a cell, the hour glass appears and takes 60 seconds to enter and move to another cell. How do I shut this function off to avoid the 60 sec delay? |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Shane,
You should know I recently moved the workbook to a newer computer. Previously, I used the sheet in Excel 2000 (Windows 98) with no issues. Now, I'm trying to use it in Excel 2007 (XP Prof). But other workbooks do not experience this annoying delay. There is a linked worksheet I use with this workbook. I opened the VB Editor. There is no code in the modules. Brian "ShaneDevenshire" wrote: Hi, First I would check to see if there are any links - choose Edit, and see if Edit Links is available. Second, I would make sure no other Excel workbooks are open. Third, I would check to see if there is any code in the file - open the VB editor (press Alt+F11) Select your file in the Project window and double click each object (sheet1, sheet2, ... thisWorkbook) and check the modules folder if there is one. You are looking for a macro that runs when you move or change something. A macro named Worksheet_Change or Worksheet_SelectionChange or something like that. -- Thanks, Shane Devenshire "ShaneDevenshire" wrote: Hi Brian, First, the delay is probably occuring because your spreadsheet is recalculating. You can turn this feature off by choosing Tools, Options, Calculation, Manual. But remember when you want your spreadsheet to update you must force recalculation, one way is by pressing F9 -- Thanks, Shane Devenshire "Brian" wrote: When I enter data in a cell, the hour glass appears and takes 60 seconds to enter and move to another cell. How do I shut this function off to avoid the 60 sec delay? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Control Data Entry - push entry to next cell | Excel Discussion (Misc queries) | |||
Auto entry of data based on entry of text in another column or fie | Excel Discussion (Misc queries) | |||
Data Entry Online, Data Format, Data Conversion and Data EntryServices through Data Entry Outsourcing | Excel Discussion (Misc queries) | |||
Cell Entry That Locks Selected Cells From Any Data Entry. | Excel Worksheet Functions | |||
format data displayed on Excel data entry form | Setting up and Configuration of Excel |