Hi all,
I have inventory stock details with 11,000 part count and I am making vehicle from this inventory. Now for one vehicle I require 1300 to 1500 parts with varying quantity on each part. there will be multiple vehicle codes
I want to create a crisp VBA where it will show me
1) how many vehicles I can make considering current inventory stock.
2) how may vehicles I can make against the plan of each VC code and which parts are shortage and how much quantity for vehicle code.
I have done some work almost but these for and for each loops are increasing my processing time heavily cause I have around 11000 rows of inventory and 1300 to 1500 parts for each vehicle code.
Requesting your help guys
I have inventory stock details with 11,000 part count and I am making vehicle from this inventory. Now for one vehicle I require 1300 to 1500 parts with varying quantity on each part. there will be multiple vehicle codes
I want to create a crisp VBA where it will show me
1) how many vehicles I can make considering current inventory stock.
2) how may vehicles I can make against the plan of each VC code and which parts are shortage and how much quantity for vehicle code.
I have done some work almost but these for and for each loops are increasing my processing time heavily cause I have around 11000 rows of inventory and 1300 to 1500 parts for each vehicle code.
Requesting your help guys