Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Excel XP
In column A I have a list of over 1,000 names. I want to insert a blank row after every 10 names. There must be a simple way to do this in VB but I am not familiar with VB. If you can help, please be specific. Thanks Guy |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Try this by usinghelper colomn: your data (names) is in column A helper column=B enter 1 in first row of column B and 2 in the second row of column B mark Cells B1 and B2 copy drag down these 2 cells to end of your data in the next down cell in column B enter 10 and in the next down cell enter 20, marrk 10 and 20 and copy drag down till you reach the number 1000, sort column A and B based on column B. it should work. Thanks, -- Farhad Hodjat "Guy Lydig" wrote: Excel XP In column A I have a list of over 1,000 names. I want to insert a blank row after every 10 names. There must be a simple way to do this in VB but I am not familiar with VB. If you can help, please be specific. Thanks Guy |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You're a genius. It works like a charm! Thanks!
"Farhad" wrote: Hi, Try this by usinghelper colomn: your data (names) is in column A helper column=B enter 1 in first row of column B and 2 in the second row of column B mark Cells B1 and B2 copy drag down these 2 cells to end of your data in the next down cell in column B enter 10 and in the next down cell enter 20, marrk 10 and 20 and copy drag down till you reach the number 1000, sort column A and B based on column B. it should work. Thanks, -- Farhad Hodjat "Guy Lydig" wrote: Excel XP In column A I have a list of over 1,000 names. I want to insert a blank row after every 10 names. There must be a simple way to do this in VB but I am not familiar with VB. If you can help, please be specific. Thanks Guy |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
inserting rows | Excel Discussion (Misc queries) | |||
Inserting Blank rows after every row upto 2500 rows | Excel Worksheet Functions | |||
Inserting new rows | Excel Worksheet Functions | |||
Inserting rows | Excel Discussion (Misc queries) | |||
Inserting rows | Excel Worksheet Functions |