Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have endless loop n my VBA on open workbook by mistake.
It runs when open spreadsheet. Are there any way to open speadsheet without running open work book to modify and debug my VBA code? Your help is great appreciated, |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Don't enable macros when you start and you code can't go into an endless loop
Mike "Souris" wrote: I have endless loop n my VBA on open workbook by mistake. It runs when open spreadsheet. Are there any way to open speadsheet without running open work book to modify and debug my VBA code? Your help is great appreciated, |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks millions for helping,
"Mike H" wrote: Don't enable macros when you start and you code can't go into an endless loop Mike "Souris" wrote: I have endless loop n my VBA on open workbook by mistake. It runs when open spreadsheet. Are there any way to open speadsheet without running open work book to modify and debug my VBA code? Your help is great appreciated, |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi
to stop a run away loop, hit the emergency stop buttons.... Ctrl + Break. regards FSt1 "Souris" wrote: I have endless loop n my VBA on open workbook by mistake. It runs when open spreadsheet. Are there any way to open speadsheet without running open work book to modify and debug my VBA code? Your help is great appreciated, |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks millions for helping,
"FSt1" wrote: hi to stop a run away loop, hit the emergency stop buttons.... Ctrl + Break. regards FSt1 "Souris" wrote: I have endless loop n my VBA on open workbook by mistake. It runs when open spreadsheet. Are there any way to open speadsheet without running open work book to modify and debug my VBA code? Your help is great appreciated, |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
to open a workbook without the code running, hold down the SHIFT key when to
click the open button "Souris" wrote: I have endless loop n my VBA on open workbook by mistake. It runs when open spreadsheet. Are there any way to open speadsheet without running open work book to modify and debug my VBA code? Your help is great appreciated, |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks,
wow, there are many solutions for this, Thanks again, "Patrick Molloy" wrote: to open a workbook without the code running, hold down the SHIFT key when to click the open button "Souris" wrote: I have endless loop n my VBA on open workbook by mistake. It runs when open spreadsheet. Are there any way to open speadsheet without running open work book to modify and debug my VBA code? Your help is great appreciated, |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How stop the "started office live" pop-up to stop. it is checked | Excel Discussion (Misc queries) | |||
Stop % in red | Excel Worksheet Functions | |||
How do I stop other circles in other cells to stop selecting? | Excel Worksheet Functions | |||
How do I stop other circles in other boxes to stop selecting? | Excel Worksheet Functions | |||
Macro: With Stop it works. Without Stop it doesn't. | Excel Programming |