Vba macro

mamtasarkar

New Member
Joined
Oct 28, 2021
Messages
16
Office Version
  1. 2010
Platform
  1. Windows
Hello,
Someone guide me, i create stock inventory management with two userforms for inward and outward and four sheets for opening stock, inward stock, outward and net stock with A:G rows A stands for items , B= MAKE, C= GRADE, D= OPSTOCK Quantity, E= Inward qty, F= outward and G= bal.quantity, i execute formula for import qty from op, inward and outward but i can't import items, make and grade rows without repeating from opening stock sheet and from inward sheet, please guide me how can i call three rows from two sheets
 
WHat can be done is that the macro adds an extra column to the inward sheet table. Then when a line is processed, this is recorded in this column. When you want to copy the new items to the stock table, then only items which have not been processed yet are then copied (without repeat).

Is that OK?
 
Upvote 0

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
WHat can be done is that the macro adds an extra column to the inward sheet table. Then when a line is processed, this is recorded in this column. When you want to copy the new items to the stock table, then only items which have not been processed yet are then copied (without repeat).

Is that OK?
Yes, i understand but if i buy the same stock again then quantity should added but there is debug error and that time which formula is calculated qty in stock inventory sheet if macro run also for same stock inward entry, if its possible then please give me solution. If any formula you know without vba macro if you know
 
Upvote 0

Forum statistics

Threads
1,215,054
Messages
6,122,893
Members
449,097
Latest member
dbomb1414

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top