ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   incrementing columns in a loop (https://www.excelbanter.com/excel-programming/331329-incrementing-columns-loop.html)

Mitch

incrementing columns in a loop
 
How do I increment a column pointer automatically in a loop? Rows can be
incremented by a pointer, such as i = i + 1 within a loop. Is there a
column equivalent?

Tom Ogilvy

incrementing columns in a loop
 
for i = 1 to 256
set cell = cells(2,i)
End if



--
Regards,
Tom Ogilvy


"Mitch" wrote in message
...
How do I increment a column pointer automatically in a loop? Rows can be
incremented by a pointer, such as i = i + 1 within a loop. Is there a
column equivalent?





All times are GMT +1. The time now is 03:42 AM.

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