Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have my macro set and everything works perfectly, but the Debug goes off
every so often and always at the same line. Can anyone please look at the macro below and tell me where I need to make a change to stop the debugger?? Private Sub Worksheet_Change(ByVal Target As Range) With Worksheets("June 13 - 2045875") <------------This is where the Debug hits Application.EnableEvents = False Call Sheet10.colortotalrow Application.EnableEvents = True End With End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Debug Issue | Excel Discussion (Misc queries) | |||
Need help with Debug | Excel Programming | |||
VBA issue, debug | Excel Programming | |||
How To Use Debug | Excel Programming | |||
Debug issue with macros | Excel Programming |