breakpoint

  1. A

    VBA Code to Copy table contents as values to another sheet works only when have a Breakpoint

    I have some code that copies the contents of a table on one sheet and pastes the values into another sheet. This is part of a longer process that opens an external workbook, copies its contents into a tab in the main workbook, the updates a table via refreshing a query. This part all works...
  2. D

    Header Formatting vba only works with breakpoint or Step Through

    All, Apologies ahead of time for the ugly code. I am a complete novice at this and have used inputs for forums like yourself to kludge together something that appears to work, except that I can't get it to run successfully when I push play. I've seen a lot of posts about only working when...
  3. C

    VBA code to copy from one cell to another - causing error after 34000 working lines

    Here's a debug screenshot: http://i.imgur.com/HT3mFXy.png?1 The error (Application-defined or object-defined error) occurs at the highlighted breakpoint. This code works for every instance before this, but breaks at i = 34640 and check = 5519. The cells are both valid, and they're listed in...
  4. J

    Weird event issues

    Hello guys and gals. I got this weird situation that I hope someone can help me resolve. I have tried a lot of googling, but am unable to find a solution. The web is flooded with people not understanding Application.EnableEvents, so it is a bit difficult to find relevant information. I can...
  5. R

    Macro stops in middle - jumps to VB design mode

    here's the macro: Windows("WB1.xlsm").Activate Range("A1").Select Range(Selection, ActiveCell.SpecialCells(xlLastCell)).Select Range(Selection, Selection.End(xlUp)).Select Selection.Copy Workbooks.Open Filename:= _ "WB2.xlsm" ' ActiveWindow.ScrollWorkbookTabs...
  6. U

    Is there a way to turn Breaks On and Off?

    When diagnosing my code I want to put in a lot of stops but that can get frustrating after a while. Is there a way to disable the stops/Break Points?
  7. T

    VBA Breakpoint changing calculation results

    I have an excel macro. When I run the macro without a breakpoint, the spreadsheet calculates slightly different values than when I run it with the breakpoint. Unfortunately, when the macro is run with the breakpoint, I get the correct values. Any ideas on what is happening? Mike

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