Red bullets in left border column

  • Thread starter Thread starter Fred Smith
  • Start date Start date
F

Fred Smith

While in the VBE, I accidentally clicked in the column to the left of the
code. I got a red bullet in the column with the row highlighted in red.

What do this do?
 
Fred,
You are setting a break point.
Code execution will enter debug mode and that window will get the focus.
It's a way of scooting through code that is OK, but halting when you get to
problem area.
F8 will step through the code line by line.
Click on the bullet again and you will delete the breakline

NickHK
 
Back
Top