Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
try:
Sub cus() Dim counter As Integer Dim i As Integer Dim cell As Range For Each cell In Sheets("A").Columns(5).Cells If Len(cell) 0 Then For i = 1 To 8 counter = counter + 1 Sheets("B").Cells(4 + counter, 1) = cell Next i Else Exit Sub End If Next cell End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how does this formula work: =LOOKUP(2,1/((COUNTIF(D6:D41,""&D6:D41)=0)*(D6:D41<"")),D6:D41) | Excel Discussion (Misc queries) | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
Replacing "IF" or "LOOKUP" formula's with VBA Function? | Excel Programming | |||
Replacing "IF" or "Lookup" formulas with VBA function | Excel Programming | |||
Read ".dll" files, the Macro "work flow" and the actual values of the variables when Macro is running | Excel Programming |