T
Theodore_MH
Version: 2004 Operating System: Mac OS X 10.5 (Leopard) Processor: Intel I'm trying to step through some simple code in a macro using the VB Editor step into command. I have a statement in the macro:
Sheets("DATA".Move _
Before:=Workbooks("Test.xls".Sheets(1)
For some reason, this causes the Can't enter break mode message to pop up. I can Continue, End or Help in the Popup. Continue finishes the macro, but doesn't let me step through the remaining statements. All the stuff I've found at google talks about ActiveX controls and extensibility add-in object model. I'm not using any forms or controls in the workbook, so I can't imaging why this is happening. If I step through the same code on Excel 2007 it works just fine--no can't enter break mode message.
Any suggestions?
Sheets("DATA".Move _
Before:=Workbooks("Test.xls".Sheets(1)
For some reason, this causes the Can't enter break mode message to pop up. I can Continue, End or Help in the Popup. Continue finishes the macro, but doesn't let me step through the remaining statements. All the stuff I've found at google talks about ActiveX controls and extensibility add-in object model. I'm not using any forms or controls in the workbook, so I can't imaging why this is happening. If I step through the same code on Excel 2007 it works just fine--no can't enter break mode message.
Any suggestions?