Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible to run part of a module, by say highlighting the
relevant code etc? I've an unexpected result in my code and not sure which part it relates to Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
The simple answer to your question is yes and you can do this by setting a breakpoint or by inserting a STOP command in your code. have a look here for help on debugging http://www.cpearson.com/excel/Debug.htm Mike "Seanie" wrote: Is it possible to run part of a module, by say highlighting the relevant code etc? I've an unexpected result in my code and not sure which part it relates to Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hiding part of VBA or a Module in Macro | Excel Discussion (Misc queries) | |||
Compile Error in Hidden Module: Module 1 | Excel Programming | |||
code in module A to not execute a Worksheet_SelectionChange sub of another module | Excel Discussion (Misc queries) | |||
Run worksheet module code from workbook module? | Excel Programming | |||
How can I sperate the module into two part and connecte the two part and work well? | Excel Programming |