I've kind of run into a dilemna. I work for a large hardware retail company as a programmer and PC tech. I've recently built a program that will allow salesman to build a list of items. It will then take the data, add more information to it and export it to excel.
Well, the problem is this: The worksheets are based around the aisle's in the store. People are picky and don't want to print out seperate sheets for each aisle.
I've basically been trying to learn VBA for Excel so I can write a macro that will run a sort on a specific column (sorting all columns in order) on each sheet. That alone would do the trick, but I would also like to know if there's any way to compile all the data that was sorted to the top of each sheet to an individual sheet.
Since my knowledge of Excel VBA is almost null, and I really don't want to have to go back and tear apart 980 lines of code, I would greatly appreciate any tips or pointers anybody has to offer.
Bookmarks