Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Rather than adding a blank row, change the height of the first row of a
common block, eg. first row of East, South, West. You will achieve your stated effect without messing up your list. -- TTFN JMMach "greg malenky" wrote in message ... Excel 2000 I'm very new to VBA. What I need to create is a macro that will add a blank row between sections of common data. each section can range from 2 to 10 rows of data, then the end will summarize the data for each section, then finally, the last row will be a grand total for all the information. example saleman area sales salesman #1 north 2400 salesman #2 north 3200 salesman #3 north 1000 (blank row) salesman #1 east 2200 salesman #2 east 5000 (blank row) salesman #1 south 2000 salesman #2 south 2300 salesman #3 south 1800 (blank row) salesman #1 west 2100 salesman #2 west 1300 (blank row) north totals 6600 east totals 7200 south totals 6100 west totals 3400 (blank row) grand total 23300 any help would be appreciated thank you. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Linked sheets, blank cells and adding new rows | Excel Worksheet Functions | |||
Adding blank rows between groups of similar names | Excel Worksheet Functions | |||
How do I delete blank rows (rows alternate data, blank, data, etc | Excel Discussion (Misc queries) | |||
Copy rows of data (eliminating blank rows) from fixed layout | Excel Discussion (Misc queries) | |||
Excel adding blank rows when sorting | Excel Discussion (Misc queries) |