Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Loop relative row
Hello With the macro macro_C(), I call the macro C_N all the 28 rows. Select column 17 of each row for puts the result of C_N at it How to make so that C_N holds account of the values of column 1 with that of the last nonempty cell of the line in progress of lig Sub macro_C() Dim lig As Integer Dim Col As Integer For lig = 1 To 100 Step 28 For Col = 1 To 1 Next Cells(lig, 17).Select Call C_N Next End Sub thank you |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Loop relative rows | Excel Discussion (Misc queries) | |||
Loop every 26 rows and if.. | Excel Programming | |||
Need to delete rows relative to selection | Excel Programming | |||
Loop through rows using a wildcard. | Excel Programming | |||
Cannot loop through rows in C# | Excel Programming |