View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
knowtrump[_14_] knowtrump[_14_] is offline
external usenet poster
 
Posts: 1
Default Generic n in For n To xxxxx


Using For n = 1 To xxxxx step 1 or for n = xxxxx To 1 Step -1 is it
possible to state the high number in some generic foremat so that the
high number does not have to be precisely stated for each new data list
and you can be sure that the procedure has executed through the entire
data list?


--
knowtrump
------------------------------------------------------------------------
knowtrump's Profile: http://www.excelforum.com/member.php...o&userid=19664
View this thread: http://www.excelforum.com/showthread...hreadid=510873