Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
userform1.view
do
counter=counter+1
Application.StatusBar=counter ' it's displayed on the statusbar - ok
textbox1.value=counter 'it is not displayed while code is running - only the last value - i would like to see the changes in the textbox from 1 to 10
loop until counter=10