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?
How do I get rid of that type cursor-like-thingy?
Set .Enabled
Property to False
This obviously goes without saying, that you won't be able to input anything inside the
Textbox