Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When stepping through a macro where values are being changed ( e.g.as in a
loop) is it possible to "see" the current values. For Example :- For x= 1 to 19 For y = x+1 to 20 If Cells(x,2) = Cells (y,2) Then ' do something' next y next x I would like to be able to see the values of x & y in the VBA pane as I step through th macro. Reagrds George |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Stepping through Code | Excel Discussion (Misc queries) | |||
stepping chart | Charts and Charting in Excel | |||
Stepping Problem, | Excel Programming | |||
Stepping through cells | Excel Programming | |||
Macros - stepping left in a macro | Excel Programming |