Data Entry very slow ... Slow to start WOrksheet_Change

B

Barb Reinhardt

I'm working on a workbook where the data entry is VERY SLOW. It didn't used
to be, but today it is.

I've changed calculation to MANUAL and it's no better.

I've set EnableEvents = False and it's faster but still slow. It's just
very slow to allow me to select a cell.

FWIW, the worksheet has some calculations, but does not have a lot of
calculated cells. It's currently filtered and it's taking a long time to
allow me to select a filter.

Has anyone seen this and what do I need to do to fix it.
 
B

Barb Reinhardt

It's taking 3 seconds to do this

Application.ScreenUpdating = True

And 4 seconds to do this

Application.Calculation = XLCalculationAutomatic

What gives?

Thanks,

Barb Reinhardt
 
B

Brian S.

you gave a good description - I can't think of anything else obvious happening in Excel offhand. make sure you have record macros turned off (you may have hit by mistake).

beyond that the first thing I would do is restart your computer to ensure you have enough available free memory and aren't running simple tasks in virtual memory. assuming you've already tried this then memory should not really be a problem. next I would close your file, open a new (blank) workbook and see if you have the same issue.

if it's still occurring, also make sure you don't have a full virus scan, huge print job, or some other resource hog running in the background that would slow you down.



Barb Reinhardt wrote:

Data Entry very slow ... Slow to start WOrksheet_Change
30-Nov-09

I am working on a workbook where the data entry is VERY SLOW. It did not use
to be, but today it is

I have changed calculation to MANUAL and it is no better

I have set EnableEvents = False and it is faster but still slow. it is jus
very slow to allow me to select a cell

FWIW, the worksheet has some calculations, but does not have a lot o
calculated cells. it is currently filtered and it is taking a long time t
allow me to select a filter

Has anyone seen this and what do I need to do to fix it
-
HTH

Barb Reinhardt

Previous Posts In This Thread:


Submitted via EggHeadCafe - Software Developer Portal of Choice
..NET 2.0 Application Restart When it Goes "KABOOM"
http://www.eggheadcafe.com/tutorial...6c0-abf68699dcd7/net-20-application-rest.aspx
 
B

Brian S.

you gave a good description - I can't think of anything else obvious happening in Excel offhand. make sure you have record macros turned off (you may have hit by mistake).

beyond that the first thing I would do is restart your computer to ensure you have enough available free memory and aren't running simple tasks in virtual memory. assuming you've already tried this then memory should not really be a problem. next I would close your file, open a new (blank) workbook and see if you have the same issue.

if it's still occurring, also make sure you don't have a full virus scan, huge print job, or some other resource hog running in the background that would slow you down.



Barb Reinhardt wrote:

Data Entry very slow ... Slow to start WOrksheet_Change
30-Nov-09

I am working on a workbook where the data entry is VERY SLOW. It did not use
to be, but today it is

I have changed calculation to MANUAL and it is no better

I have set EnableEvents = False and it is faster but still slow. it is jus
very slow to allow me to select a cell

FWIW, the worksheet has some calculations, but does not have a lot o
calculated cells. it is currently filtered and it is taking a long time t
allow me to select a filter

Has anyone seen this and what do I need to do to fix it
-
HTH

Barb Reinhardt

Previous Posts In This Thread:


Submitted via EggHeadCafe - Software Developer Portal of Choice
BASICS: Forms Authentication in ASP.NET 2.0
http://www.eggheadcafe.com/tutorial...33-59a0d69844e8/basics-forms-authenticat.aspx
 
B

Brian S.

you gave a good description - I can't think of anything else obvious happening in Excel offhand. but make sure you have record macros turned off (you may have hit by mistake).

beyond that the first thing I would do is restart your computer to ensure you have enough available free memory and aren't running simple tasks in virtual memory. assuming you've already tried this then memory should not really be a problem. next I would close your file, open a new (blank) workbook and see if you have the same issue.

if it's still occurring, also make sure you don't have a full virus scan, huge print job, or some other resource hog running in the background that would slow you down.



Barb Reinhardt wrote:

Data Entry very slow ... Slow to start WOrksheet_Change
30-Nov-09

I am working on a workbook where the data entry is VERY SLOW. It did not use
to be, but today it is

I have changed calculation to MANUAL and it is no better

I have set EnableEvents = False and it is faster but still slow. it is jus
very slow to allow me to select a cell

FWIW, the worksheet has some calculations, but does not have a lot o
calculated cells. it is currently filtered and it is taking a long time t
allow me to select a filter

Has anyone seen this and what do I need to do to fix it
-
HTH

Barb Reinhardt

Previous Posts In This Thread:


Submitted via EggHeadCafe - Software Developer Portal of Choice
ASP.NET SqlCacheDependency Redux
http://www.eggheadcafe.com/tutorial...8f-e2916fa4a619/aspnet-sqlcachedependenc.aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top