How to update "Multiple records on a Userform"?

rksample

New Member
Joined
Oct 13, 2010
Messages
47
Dear Experts,

I have one problem to be solved.

I am working a project on "Inventory Management". I am preparing an application with user interface only as UserForms. There will be no direct working on the spreadsheets.

I have a worksheet with inventory of multiple items (bolts), every item with a specific "ID" and a "Status" tag to display if it is "Available, Out of Stock, In Godown"

When we update the stock, I want to be able to load all the "Out of Stock" items in the userform and their status in Combobox. For those items which we get stock, I'll change the status as "Available" and submit, which should modify the spreadsheet.

1. What is the best way to display multiple records on the userform for status updates (I use flexgrid for such a scenario in VB6)?
2. Is there any control that we can use in excel that is convenient to user for more records (like 20 records)?

Please help me with a solution.

Thanks in advance for the help,
Ravi Kiran.
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
Ravi

To display multiple items you can use Listbox.

You would need to do the updating yourself though, but that wouldn't be too difficult.

Also, you can't have a combobox within the listbox.
 
Upvote 0

Forum statistics

Threads
1,224,574
Messages
6,179,629
Members
452,933
Latest member
patv

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