Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi all:
I'm trying to make a Macro that inserts a blank row each 1000 rows... I have a DB with 18K rows. Thanks in advance to anyone that can help me!!! OSK |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hi,
Try this pasted in as worksheet code:- Sub sonic() For x = 1000 To 60000 Step 1000 Cells(x, 1).Select Selection.EntireRow.Insert Next End Sub Mike "OSK" wrote: Hi all: I'm trying to make a Macro that inserts a blank row each 1000 rows... I have a DB with 18K rows. Thanks in advance to anyone that can help me!!! OSK |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Mike: You've been extremely helpful... thaks a lot OSK "Mike H" wrote: hi, Try this pasted in as worksheet code:- Sub sonic() For x = 1000 To 60000 Step 1000 Cells(x, 1).Select Selection.EntireRow.Insert Next End Sub Mike "OSK" wrote: Hi all: I'm trying to make a Macro that inserts a blank row each 1000 rows... I have a DB with 18K rows. Thanks in advance to anyone that can help me!!! OSK |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Urgent-Urgent VBA LOOP | Excel Discussion (Misc queries) | |||
Urgent Help VBA | Excel Discussion (Misc queries) | |||
Urgent - Help VBA Macro | Excel Discussion (Misc queries) | |||
Urgent Help Required on Excel Macro Problem | Excel Discussion (Misc queries) | |||
URGENT Mac/PC macro compatibility problem | Excel Discussion (Misc queries) |