Basic 'for' loops in Excel 2013 VBA

preview_player
Показать описание
Using simple "for" loops and loop counters to loop down rows of data. Eventually we'll use nested "for" loops to read down rows of data then increment to the next column and read down the rows of data again. We use Application.Wait to slow down the computer process so we can be sure we are looping through the data as we expected. Additionally, we use a bit of code to generate random numbers into the ranges we are looping through.
Рекомендации по теме