Excel VB, Inventory Manager

mwanyu

New Member
Joined
Apr 28, 2016
Messages
2
Hello Members,

Thanks for being here and hopefully it will be my playground,
I have come across a tutorial in Youtube for Inventory Manager. Front End Excel and backend VB.
Just the time I attacked VB, An Error messege popped out on Running macro.

The error is as follows:

Run-time error '-2147024809 (80070057)':
The item with the specified name wasn't found.

Attached are few of the images (Excel 2013 App)
 

Attachments

  • excelVB1.png
    excelVB1.png
    67 KB · Views: 16
  • excelVB2.png
    excelVB2.png
    36.9 KB · Views: 16

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
I'm not sure but it looks like you don't have a Shape on your worksheet named "MoveBtn"
:biggrin: I cant Afford a Smile.

Thanks a lot, I made it to the next step. Be Blessed.

Inventory_Manager.xlsm
ABCDEFGHIJKL
1Trans. TypeSalesINVENTORY MANAGER
2Selected Trans.Row
3New TransTRUE
4Trans LoadTRUESALES TRANSACTION
5CustomerTransaction Date
6Product Row
7New ProductTRUEProduct #Sales Price:Qty On Hand5
8Product LoadFALSE
9Product NameType:
10
11Std.Purch.QtyProd.Description
12
13S/ales QtyTotal:Notes
14
15
16Hide Row ->
17Trans. TypeVendor/CustomerTrans. DateProduct #PriceQtyTotalNotes
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Sheet1
Cell Formulas
RangeFormula
F4F4=IF(B1="purchase","PURCHASE TRANSACTION","SALES TRANSACTION")
Cells with Conditional Formatting
CellConditionCell FormatStop If True
D18:K49Expression=MOD(ROW(),2)=0textNO
 

Attachments

  • Pic 1.png
    Pic 1.png
    143.4 KB · Views: 9
  • Pic 2.png
    Pic 2.png
    175.2 KB · Views: 9
Upvote 0
You're welcome and thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,237
Messages
6,123,811
Members
449,127
Latest member
Cyko

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