ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   For next (https://www.excelbanter.com/excel-programming/427431-re-next.html)

Jacob Skaria

For next
 
Use an array if there is no sequence ...

arrLoop = Array(4, 10, 19, 27)
For intTemp = 0 To UBound(arrLoop)
x = arrLoop(intTemp)
MsgBox x
Next



If this post helps click Yes
---------------
Jacob Skaria


"Mike" wrote:

Is there a way to write a for next statement for some set numbers.

For instance, I want to have a loop to run for x = 4, 10, 19, 27.

Thanks,
Mike.



All times are GMT +1. The time now is 01:49 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com