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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top