Search code examples
excelvbatextboxprogress-bar

How to remove cursor from Textbox (in a progress bar)?


I used a tutorial from Excel Easy (https://www.excel-easy.com/vba/examples/progress-indicator.html) to create a progress bar (TextBbox). I followed the exact steps, but my progress bar has something weird in it.

How can I remove the cursor from it?

(progress-bar.png

How do I get rid of that type cursor-like-thingy?


Solution

  • Set .Enabled Property to False

    enter image description here

    This obviously goes without saying, that you won't be able to input anything inside the Textbox