RE: Macro with column delete running very slowly
- From: Code Numpty <CodeNumpty@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 30 Sep 2008 08:59:01 -0700
Deleted xlShift:= ToLeft and also set calculation to manual. No change macro
is still very slow and definitely when it reaches this point.
"JLGWhiz" wrote:
Forgot to mention that if you set calcultion to manual, it will help speed.
things up a bit.
"Code Numpty" wrote:
I have a file that runs a macro to tidy up a file and remove confidential
information and lookups. The macro is taking more than 5 minutes to run. When
I use F8 in debug the line of code that seems to be taking the time is this.
-------------------------------------------------------------------------
Columns("E").Delete Shift:=xlToLeft
-------------------------------------------------------------------------
I am wondering if this is because the range A1;F1 is merged into one cell.
If this is the case, can anyone offer any solution to this problem?
- Follow-Ups:
- RE: Macro with column delete running very slowly
- From: JLGWhiz
- RE: Macro with column delete running very slowly
- References:
- Macro with column delete running very slowly
- From: Code Numpty
- RE: Macro with column delete running very slowly
- From: JLGWhiz
- Macro with column delete running very slowly
- Prev by Date: Re: Loop error
- Next by Date: Re: Excel Cell Formats
- Previous by thread: RE: Macro with column delete running very slowly
- Next by thread: RE: Macro with column delete running very slowly
- Index(es):