Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using a macro in an Excel template which allows you to optionally
replicate a list. A page break and the new list will insert below the original. I am trying to do this in the macro by copying the rows which include the full list and then pasting in rows below. That's fine if I'm copying the entire list, but when data is entered in the first list, the "insert copied cells" function no longer pastes it as a list, but only the formats and values. I thought I could just re-select the range and create a new list, but I don't know how to make that range relative to the row location of the new headers, which depends on the length of the first list. Does this make sense? Is there a vastly easier way to do this? Basically, I have a list, and I want the option to create a separate list on the same sheet which will print on a new page. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to capture cell value then use it for a relative range selec | Excel Programming | |||
setting range from activecell in macro | Excel Programming | |||
Trigger macro if an Activecell is within a specific Range | Excel Programming | |||
Trigger macro if an Activecell is within a specific Range | Excel Programming | |||
selecting a cell relative to activecell in an excel macro | Excel Programming |