Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need some help and am a bit overwhelmed at the task I've tried to
figure out. I can think of some of the basic tools that I need (variable for the column A value, loop for the copy/paste protocol) but I am very very new to the VB world and I can't figure it out. Any help would be greatly appreciated! Basically, I need to take a 'master sheet' and copy/paste the information from this large sheet into several smaller sheets in a new workbook.Below is a pretty good description of what I'm trying to do. 'Master sheet' has values for Columns A thru G and the number of Rows varies. Row 1 is the header row, and Column A values are the names of the 'owner' of the accounts. Each 'owner' needs their own sheet with their accounts listed First, all new spreadsheets need to be created in a new Workbook. Row 1 of 'master sheet' is to be placed at Row 1 of each new Sheet in the new Workbook in Bold Font. The value of cell A2 in 'master sheet' will be the name of the first Sheet in new the new Workbook.Going row by row, copy the range of cells from Column A thru Column G into the new Sheet until you reach a new value in column A in 'master sheet'. Once you reach a new value in Column A in 'master sheet', start a new Sheet in the same new Workbook with the new sheet named after the new value found in Column A of 'master sheet'. Repeat the same row-by-row copy and paste steps until you find a new value in Column A of 'master sheet'. Repeat until there are no more values for Column A in Active Sheet. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Creating smaller and larger cells on the same sheet | Excel Discussion (Misc queries) | |||
Creating/Naming New Worksheets Based on Select Cells in Master Worksheet | Excel Worksheet Functions | |||
Creating a master sheet referenced to multiple worksheets | Excel Discussion (Misc queries) | |||
creating a master sheet that totals values from other sheets | Excel Programming | |||
Creating a Master Sheet | Excel Programming |