Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm trying to learn a little macro writing here, I've got some experiec
with other programming languages, but don't know vba very well yet. I'm probably making a very simple mistake. All I want to do is select 4 rows, delete them, then skip one and mov down. Here is what I have so far, not sure where to go from here. Dim counter As Integer For counter = 1 To 2000 Rows(counter, counter + 3).Select Selection.Delete Shift:=xlUp Next counter End Sub Any help would be appreciated -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Problem with Syntax? | Excel Worksheet Functions | |||
PLS HLP! Countifs Syntax Problem? | Excel Worksheet Functions | |||
.XValues syntax problem | Charts and Charting in Excel | |||
Syntax problem | Excel Worksheet Functions | |||
Another Syntax Problem | Excel Programming |