Forum Discussion

Tamara Tiggs's avatar
Tamara Tiggs
Copper Contributor
Apr 28, 2018
Solved

VBA Command Button

Hello I am new to VBA and I followed a youtube video to create a reset command button for my order form. I doubled checked the spaces and all but the button is not working. When I unclick Design Mod...
  • Haytham Amairah's avatar
    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

Resources