Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
A colleague has a spreadsheet with a list of 400 salon names in Column A. She wants to add a list of sub headings, also in Column A, beneath each salon name. There are 16 items on the list and one blank cell before the next salon name. I have written a Macro to copy the initial cells from below the first salon name (A2:A18) and insert them below the second salon name. Range("A2:A18").Select Selection.Copy Range("A20").Select Selection.Insert Shift:=xlDown ActiveWindow.SmallScroll Down:=-3 How do I now get this to insert it after each salon name? I hope someone can help! Many thanks, Richard Thorneycroft |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to coppy cells to certain rows depending on value in cell | Excel Discussion (Misc queries) | |||
How do I get macro to unmerge cells that have been previously merg | New Users to Excel | |||
Closing File Error | Excel Discussion (Misc queries) | |||
Insert Row before Macro Button | Excel Discussion (Misc queries) | |||
Copy/insert copied cells when protection is on... | Excel Worksheet Functions |