I know this is probably really simple for the VB(A) afficiando's out there, so here goes.
I have an Excel inventory file I put together - I am now looking to automate it a bit. One of the things I am looking to do in a VB script is to take the main spreadsheet, copy it, sort by the final inventory count, and in the column which identifies any variances (which I am sorting the end result of the inventory by), delete all rows that in the "variance" column is either blank or "0" (either case indicates there is nothing further to be done with that part). The end result would be to provide strictly a list of the part numbers which need to be adjusted in our inventory system.
Anyone have any good ideas out there? Any help is appreciated.
I have an Excel inventory file I put together - I am now looking to automate it a bit. One of the things I am looking to do in a VB script is to take the main spreadsheet, copy it, sort by the final inventory count, and in the column which identifies any variances (which I am sorting the end result of the inventory by), delete all rows that in the "variance" column is either blank or "0" (either case indicates there is nothing further to be done with that part). The end result would be to provide strictly a list of the part numbers which need to be adjusted in our inventory system.
Anyone have any good ideas out there? Any help is appreciated.