Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
SuperJas try
Sub LoopTest() Dim DummyCell as Range Dim MyRegion as Range Dim Value() as String Dim i as Integer i=1 Set MyRegion = Cells(1,1).CurrentRegion.Columns(6) Redim Value(myregion.cells.count) For Each DummyCell in MyRegion Value(i)=DummyCell.Value i=i+1 Next DummyCell End Su -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
do while loop problem | Excel Discussion (Misc queries) | |||
loop problem | Excel Discussion (Misc queries) | |||
Problem with Loop | Excel Programming | |||
For..Next loop problem | Excel Programming | |||
loop problem | Excel Programming |