flyfishermanmike
New Member
- Joined
- Sep 30, 2018
- Messages
- 6
I have basic Excel knowledge and very little VBA. I have a spreadsheet where I keep all my reloading data. I keep all this data in a master sheet and add new loads to this sheet as needed. I reload multiple calibers and would like to sort each caliber to its own specific sheet with a macro rather than sorting then copying and pasting each time I add new data. For instance I'd like to find all occurrences of 9mm in column C, copy that row and then paste it into a 9mm sheet. Sounds simple enough but I'm struggling. Hopefully this makes sense from my sample below.
https://www.dropbox.com/s/zkj5aeg0np2gfil/My Reloading Data With Macros - Sample.xlsm?dl=0
Also, each load I enter gets a unique load number that is calculated automatically with a formula, based on the caliber name and a incrementally increasing number. As of now, every load I enter gets a number, even if it's been repeated before. Popular loads that I repeat often are all the same except for the date and numbers of rounds made but will have different load numbers. Is there a way to skips these repeated loads and assign it the previous load number or not assign a load number at all, with code instead of manually?
So far, if I need to sort I've been copying the values to another sheet, otherwise the formula will then change the load numbers. Is there an easy way to keep those load numbers fixed even during sorting? My formula probably isn't the best way to accomplish this but has worked so far.
I know this is asking for a great deal but I'd greatly appreciate any help!
^^ike
https://www.dropbox.com/s/zkj5aeg0np2gfil/My Reloading Data With Macros - Sample.xlsm?dl=0
Also, each load I enter gets a unique load number that is calculated automatically with a formula, based on the caliber name and a incrementally increasing number. As of now, every load I enter gets a number, even if it's been repeated before. Popular loads that I repeat often are all the same except for the date and numbers of rounds made but will have different load numbers. Is there a way to skips these repeated loads and assign it the previous load number or not assign a load number at all, with code instead of manually?
So far, if I need to sort I've been copying the values to another sheet, otherwise the formula will then change the load numbers. Is there an easy way to keep those load numbers fixed even during sorting? My formula probably isn't the best way to accomplish this but has worked so far.
I know this is asking for a great deal but I'd greatly appreciate any help!
^^ike