slow macro

  1. T

    Macro slow in Excel 2003 but not Excel 2007

    I have a macro that, in one test, finished in under a minute with Excel 2007 and took 13 minutes in Excel 2003. I have narrowed it down to one section of code that takes all the time. Any thoughts? On Error GoTo ErrHandler For x = myRow To lRow Application.CutCopyMode = False...
  2. A

    How to make My excel Macro run faster

    Currently I am using a worksheet that uses hundreds of hundreds of checkboxes linked to their cells. I find this macro is very long for the amount of times I have to use it and is slowing down my program this is the Macro I am using: Sub AddCheckBoxes() On Error Resume Next Dim c As...
  3. T

    MAPI - retrieving sender property takes 10-15 seconds? What are the right Object types?

    Hi Forum 2007 / XP I have a process which brings emails into a table in Excel (TimeReceived, Sender, Subject, Body, Mail Folder). I have to use MAPI because it is a group mailbox, which cannot be controlled with standard outlook vba like a primary outlook folder. When the macro runs...
  4. J

    Macro Going Slow

    Hello I have a macro that opens another workbook and deletes rows based on specified criteria. The code that deletes the rows works fine but runs extremely slow. When I step through it my self it seems to work relatively quick but it gets caught up when its running. Here is the sub program...
  5. P

    Request for code to speed up pageset macro

    I have the following code that is very slow - could someone please advise if there is a way to speed up this function: For Each ws In Worksheets ActiveSheet.DisplayPageBreaks = False With ActiveSheet.PageSetup .CenterHeader = "&A" .CenterFooter = "Page &P of &N"...
  6. E

    Macros slow in process

    Dear frenz, i need a solution to fasten the process of my macro, its taking almost 1 hour to complete the process.....the macro as below Option Explicit Public Function MatchDigits(LookupValue As Range, LookupRange As Range) As String Dim Cell As Range Dim NewNum As String Dim...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top