Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I receive a huge xls file on a monthly basis. Column A is used for ID nr only, and is always sorted. Question: is it possible to make a macro that instert a new sheet for each change in ID nr, and that also copy all rows with identical ID nr to the new sheet? Example: Workbookname Transactions.xls Sheet used: Januar "Picture" of the sheet named Januar ROW NR COLUMN A COLUMN B 1 ID NR Text 2 1 a 3 1 b 4 1 c 5 2 d 6 2 e 7 3 f 8 3 g 9 3 h The macro should insert three new sheets named 1, 2 and 3. "Picture" of the sheet named 1 ROW R COLUMN A COLUMN B 1 1 a 2 1 b 3 1 c "Picture" of the sheet named 2 ROW R COLUMN A COLUMN B 1 2 d 2 2 e "Picture" of the sheet named 3 ROW R COLUMN A COLUMN B 1 3 f 2 3 g 3 3 h Regards, Paul |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to copy information from a row to another sheet in the workb | Excel Discussion (Misc queries) | |||
Macro to Filter Information in Multiple sheets and Make graph | Excel Worksheet Functions | |||
Copy information from Excel to Word using 1 macro | Excel Discussion (Misc queries) | |||
would love help creating a macro to insert information | Excel Discussion (Misc queries) | |||
How do I copy a header to insert on multilpe sheets in a workbook | Excel Discussion (Misc queries) |