Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Could someone please explain to me what the code below is doing. It is part
of a macro to insert rows, but each time I run the macro its going to Endsub. On Error GoTo EndSub Application.EnableCancelKey = xlDisabled ActiveSheet.Select Let Back = activecell.Column * (-1) + 3 Selection.Offset(0, Back).Range("A1").Select Let test = activecell If test = 1 Then GoTo Continue If test = 0 Then GoTo EndSub GoTo EndSub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Would someone explain what this code does? | Excel Programming | |||
VBA code not working- repost to further explain problem | Excel Programming | |||
Please Explain Two Lines of Code | Excel Programming | |||
Can someone explain this code to me | Excel Programming | |||
Please explain why following code doesn't work.... | Excel Programming |