Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 88
Default 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?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default 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?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Loop Until non-incrementing cell condition met. GBExcel via OfficeKB.com Excel Worksheet Functions 3 November 4th 09 07:47 PM
Incrementing Rows and Columns Intern Excel Discussion (Misc queries) 1 June 5th 09 05:59 PM
loop over columns kizzie Excel Discussion (Misc queries) 4 August 10th 05 01:31 PM
Incrementing rows (or columns) to a reference in another worksheet Ignobilitor Excel Worksheet Functions 2 January 20th 05 03:45 PM
loop through columns hotherps[_78_] Excel Programming 6 July 23rd 04 11:40 AM


All times are GMT +1. The time now is 08:26 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"