Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Sub Lasey2()
Dim i For i = 5 To 1000 Step 7 If Range("Sheet1!A" & i) < "" Then ActiveCell.Formula = "=Sheet1!A" & i ActiveCell.Offset(1, 0).Activate End If Next End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Maintaining cell reference after sorting | Excel Discussion (Misc queries) | |||
Circular reference toolbar not working | Excel Discussion (Misc queries) | |||
How can I autofill a series to reference non adjacent cells? | Excel Discussion (Misc queries) | |||
More- AutoFill with Non-Seqeuntial Cell References ? | Excel Worksheet Functions | |||
Relative reference autofill increment other than +1 | Excel Discussion (Misc queries) |