Do…..Loop : Do Loop will run a block of statements repeatedlyFor…..Next : For Next Loop will execute a series of statements until a specific counter valueFor……Each : In order to execute a series of statements for each statements for each object in collection “For Each Loop” is usedWhile….Wend Loop : While Wend Loop is used to execute a series of statements as long as given condition is true