Okay, this is a bit beyond my limited VBA capabilities, it appears, even after searching, and finding bits and pieces here and there.
Situation is this:
I have a Summary sheet, which I've assembled from other sheets in the workbook, and it refers to yet another sheet for pricing info, using VLOOKUP.
Simple enough, to this point - but, there's columns that are labled A through Z, for possible locations that the goods on the list can go. It will be rare that all 26 locations will be used, and at least as rare that all the items on the list will be ordered, too.
What I would like to do is to extract the rows and the columns that have things ordered in them, and ideally write it to a new workbook.
___A___|___B_|__C___|__D___|_E_|_F_|_G_|_H_|_I
1_Item_|_Ttl_|_Prc__|_Ext__|_A_|_B_|_C_|_D_|_E
2_ABC _|__3__|_3.00_|_9.00_|_1_|___|_2_|___|__
3_EDC__|__1__|_1.00_|_1.00_|___|_1_|___|___|__
4_GHI__|__0__|_2.00_|_0.00_|___|___|___|___|__
5_RST__|__1__|_5.00_|_5.00_|___|___|___|___|_1
Above is a scaled down bit of the sort of data I've got - this example, I would want Columns A, B, C, D, E, F, G, and I and rows 1, 2, 3, and 5. Or, possibly, just eliminate Column H and Row 4. Either way.
Help?
Situation is this:
I have a Summary sheet, which I've assembled from other sheets in the workbook, and it refers to yet another sheet for pricing info, using VLOOKUP.
Simple enough, to this point - but, there's columns that are labled A through Z, for possible locations that the goods on the list can go. It will be rare that all 26 locations will be used, and at least as rare that all the items on the list will be ordered, too.
What I would like to do is to extract the rows and the columns that have things ordered in them, and ideally write it to a new workbook.
___A___|___B_|__C___|__D___|_E_|_F_|_G_|_H_|_I
1_Item_|_Ttl_|_Prc__|_Ext__|_A_|_B_|_C_|_D_|_E
2_ABC _|__3__|_3.00_|_9.00_|_1_|___|_2_|___|__
3_EDC__|__1__|_1.00_|_1.00_|___|_1_|___|___|__
4_GHI__|__0__|_2.00_|_0.00_|___|___|___|___|__
5_RST__|__1__|_5.00_|_5.00_|___|___|___|___|_1
Above is a scaled down bit of the sort of data I've got - this example, I would want Columns A, B, C, D, E, F, G, and I and rows 1, 2, 3, and 5. Or, possibly, just eliminate Column H and Row 4. Either way.
Help?