How to change VBA editor cursor?

  • Thread starter curiousgeorge408
  • Start date
C

curiousgeorge408

Sigh, my fat fingers hit some random keys and changed my VBA editor
cursor from a narrow vertical bar to a solid box the size of a space.

How can I change the cursor back to a narrow vertical bar?
 
C

curiousgeorge408

Sigh, my fat fingers hit some random keys and changed my VBA editor
cursor from a narrow vertical bar to a solid box the size of a space.
How can I change the cursor back to a narrow vertical bar?

Although I'm still interested in knowing if there is an answer to that
question, my problem solved itself. Apparently the box cursor
indicates "overwrite" insert mode (a mistake), whereas the vertical
bar indicates normal insert mode.
 
R

Rick Rothstein

You probably hit the Insert key on your keyboard.

--
Rick (MVP - Excel)


Sigh, my fat fingers hit some random keys and changed my VBA editor
cursor from a narrow vertical bar to a solid box the size of a space.
How can I change the cursor back to a narrow vertical bar?

Although I'm still interested in knowing if there is an answer to that
question, my problem solved itself. Apparently the box cursor
indicates "overwrite" insert mode (a mistake), whereas the vertical
bar indicates normal insert mode.
 
Top