P
Prof Wonmug
The following 6-line function is in my private add-in module:
1 '*********************************************
2 Function test(a, b)
3
4 test = a + b
5
6 End Function
I set a breakpoint on line 4. In a worksheet, I put "=test(A1,A2)".
When the function executes, it stops on line 4. If I press F8 (step
into), the entire screen turns a light blue-grey with two gears in the
middle. The blue-grey screen is about 50% opaque so that I can see the
IDE and other windows behind the gears. If I press F8 again, it goes
back to the IDE but does not execute any code. Repeated presses of F8
toggles the blue-grey screen on and off.
What the heck is going on and how to I fix it?
1 '*********************************************
2 Function test(a, b)
3
4 test = a + b
5
6 End Function
I set a breakpoint on line 4. In a worksheet, I put "=test(A1,A2)".
When the function executes, it stops on line 4. If I press F8 (step
into), the entire screen turns a light blue-grey with two gears in the
middle. The blue-grey screen is about 50% opaque so that I can see the
IDE and other windows behind the gears. If I press F8 again, it goes
back to the IDE but does not execute any code. Repeated presses of F8
toggles the blue-grey screen on and off.
What the heck is going on and how to I fix it?