Hi,
I'm working on a data sheet/equipment list system for my business and need VBA code to minimize the filesize. For now i have two separate things i need help with:
1.
I use a Table with 38 Columns to input my data. I want to have a button that adds a row to the bottom of the column with the same functions as the cells above. I also want a delete button that simply deletes rows from the bottom.
2.
As described above i have my data input table that changes alot (rows only, colums will not change).
The first three columns have the headers 1# (row number), 2Color, 3Position.
The other 35 columns are divided in 7 categories, all with 5 columns in each.
Example:
(Category 1) 1-No, 1-Type, 1-Note, 1-Cat., 1-Kg(Category 2) 2-No, 2-Type, 2-Note, 2-Cat., 2-Kg........
What i need is a VBA code that instantly in a separate sheet "stack" the data from the 7 different categories after each other under the column headers Color, Position, No, Type, Note, Cat, Kg. For each new category columns Color, Position starts from the top again.
The idea is to input data in the Table wich mostly is designed to generate a good overview.That's what the 7 categories are for, and then interactivly collect the data to one long "total" table in another sheet and use that data for a pivot table that only have one "No", "Type", etc...
I'm using Excel 2011, Mac version
Hope this is understandable, looking forward for your inputs...
Best regards,
Fredrik
I'm working on a data sheet/equipment list system for my business and need VBA code to minimize the filesize. For now i have two separate things i need help with:
1.
I use a Table with 38 Columns to input my data. I want to have a button that adds a row to the bottom of the column with the same functions as the cells above. I also want a delete button that simply deletes rows from the bottom.
2.
As described above i have my data input table that changes alot (rows only, colums will not change).
The first three columns have the headers 1# (row number), 2Color, 3Position.
The other 35 columns are divided in 7 categories, all with 5 columns in each.
Example:
(Category 1) 1-No, 1-Type, 1-Note, 1-Cat., 1-Kg(Category 2) 2-No, 2-Type, 2-Note, 2-Cat., 2-Kg........
What i need is a VBA code that instantly in a separate sheet "stack" the data from the 7 different categories after each other under the column headers Color, Position, No, Type, Note, Cat, Kg. For each new category columns Color, Position starts from the top again.
The idea is to input data in the Table wich mostly is designed to generate a good overview.That's what the 7 categories are for, and then interactivly collect the data to one long "total" table in another sheet and use that data for a pivot table that only have one "No", "Type", etc...
I'm using Excel 2011, Mac version
Hope this is understandable, looking forward for your inputs...
Best regards,
Fredrik
Last edited: