Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
is it possible for someone to annotate this macro so i can understand what
its doing and try to learn from it. Option Explicit Sub Summary() Dim ws As Worksheet Dim i As Long, j As Long, rw As Long Set ws = Sheets("Summary") For j = 1 To 7 rw = ws.Cells(Rows.Count, 1).End(xlUp).Row + 1 For i = 1 To 7 ws.Cells(rw, i).Value = Sheets(CStr(j)).Cells.Find(ws.Cells(1, i)).Offset(1).Value Sheets(CStr(j)).Cells.Find(ws.Cells(1, i)).Offset(1).ClearContents Next i Next j End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I need help on explaining this excel formula in simple language?!! | Excel Discussion (Misc queries) | |||
hardship letter explaining devastating loss property loss financi | Excel Discussion (Misc queries) | |||
Explaining a formula | Excel Worksheet Functions | |||
text in formula explaining formula not to print | Excel Worksheet Functions | |||
Explaining an addin | Excel Programming |