I have a table called "Item Price History". On the first day of each month I enter the price of various items for that month. My table contents will look something like this: Item A for Jan = 5.00, Item A for Feb = 5.35, Item A for March = 5.75. Item B for Jan = 8.00, Item B for Feb = 8.10, Item B for March = 8.40. Item C for Jan = 2.00, Item C for Feb = 2.30, Item C for March = 2.60, and so on for about 75 items.
I would like to use code to create a datasheet which includes only the records with the highest price for each item. I'm an amateur with vba. Thanks in advance.
I would like to use code to create a datasheet which includes only the records with the highest price for each item. I'm an amateur with vba. Thanks in advance.