Forum Discussion
VBA Command Button
- Apr 28, 2018
Hi Tamara,
The dark red color is called a https://msdn.microsoft.com/en-us/vba/language-reference-vba/articles/set-and-clear-a-breakpoint?f=255&MSPPError=-2147217396.
It's used to stop the execution at a specific line of code for debugging purposes.
To clear that breakpoint, place the cursor on the colored line, then press F9.
Or you can click the red point on the left margin.
Hope that helps
Haytham
Hi Tamara,
The dark red color is called a https://msdn.microsoft.com/en-us/vba/language-reference-vba/articles/set-and-clear-a-breakpoint?f=255&MSPPError=-2147217396.
It's used to stop the execution at a specific line of code for debugging purposes.
To clear that breakpoint, place the cursor on the colored line, then press F9.
Or you can click the red point on the left margin.
Hope that helps
Haytham
Thank you a million!!!!