Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
can someone explain to me the function of this macro. Thanks for your help
Sub INSONEEVERYTWOROWS() Dim iLastRow As Long Dim i As Long iLastRow = Cells(Rows.Count, "N").End(xlUp).Row iLastRow = iLastRow - (iLastRow Mod 2 = 0) For i = iLastRow To 2 Step -2 Rows(i).Resize(1).Insert Next i End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro definition help | Excel Programming | |||
Macro to Uncheck Save Query Definition | Excel Programming | |||
Range Definition in Macro ? | Excel Programming | |||
Syntax problem in defining OnAction macro definition held in Add-in! | Excel Programming | |||
Remove Query Definition with Macro or VBA | Excel Programming |