Hello,
I will need your help.
I want to make delay, for example 2 minutes when the code is within the loop.
Example
	
	
	
		
Thank you in advance.
Regards,
Dimitris
 I will need your help.
I want to make delay, for example 2 minutes when the code is within the loop.
Example
		Code:
	
	
	For i = 0 To 100
    Debug.Print i
    'Before go to the next to make the delay
Next
	Thank you in advance.
Regards,
Dimitris