I have this simple code that creates a message box. I to make a loop that loops the code that creates the message box until a certain variable value is met.
Here is the code I want to loop:
do x=msgbox ("some text" ,2+16, "text") loop
I want to loop the code until variable i
equals 10
. I am new to .VBS and don't know how to implement that. Any help is appreciated!