Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I use this code to find a match of Val1 in a row of cells, though also have Val2, 3 ,4 etc also For j = StrtCol To EndCol If ActiveCell = Val1 Then Call Get_Data Else ActiveCell.Offset(0, 1).Select End j I turned the val variable into a String called Val() though not sure how the syntax works to look for e.g. Val(1 to 5) in the row of the cells and return data below it. The Val is text. For Each i In Val(i)? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Looping to create Variable Names? | Excel Programming | |||
setting a range variable equal to the value of a string variable | Excel Programming | |||
How do I convert an integer variable to a string variable? | Excel Programming | |||
building a text string while looping though a worksheet | Excel Programming | |||
Increment a variable while looping | Excel Programming |