VBA Lookup, Cut, Delete, and Move

dondanvm

New Member
Joined
Oct 23, 2016
Messages
1
I have taken on an overcoming task of trying to help a friends charity make an inventory process more efficient. I have landed myself in over my head on VBA programming and am in need of help.

I have a page that they enter in the stock number and press submit. On submit, I want it to search the inventory database column with the stock number and find it, then cut the whole row over to an "out of inventory" sheet and delete the cut row.

I have my data in a sheet called "CheckOut_Form" with the "btnsubmit" for submit and the data entered cell of "C2"
I want the C2 cell to be searched against sheet "Inventory" column "A".
Then cut that row over and add it to the next open line in sheet. "removed_Inventory"
finally the empty row deleted in the "inventory" sheet


Please and thank you for any help in advance.
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.

Forum statistics

Threads
1,216,182
Messages
6,129,357
Members
449,506
Latest member
nomvula

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