Create an ordering list for our consumables

Closed
anewskillofhelp Posts 10 Registration date Tuesday May 28, 2019 Status Member Last seen August 11, 2019 - Updated on May 28, 2019 at 09:10 AM
 Blocked Profile - Aug 12, 2019 at 04:09 PM
Hello all,

New user here!
I am new to coding in Excel (pretty much Excel itself) and do not have access to Access. I would like to create an ordering list for our consumables at work that:
- once you click on the item# column, a command window pops up and asks if you are ordering today. If you click yes another pop up will ask you amount being ordered and P.O. or credit card use (if P.O. selected, P.O.# should be asked). Another sheet, within the same workbook, will record the date, item name, P.O.# or credit card use and amount ordered, with a running $ total.

Is this possible? Thank you

System Configuration: Macintosh / Chrome 74.0.3729.157

4 responses

Blocked Profile
May 28, 2019 at 09:57 AM
When you say credit card use, do you mean the name of the card or the number?
anewskillofhelp Posts 10 Registration date Tuesday May 28, 2019 Status Member Last seen August 11, 2019
May 28, 2019 at 10:40 AM
Hello! Thank you for responding. For credit card, I would like the option of recording just the words "Credit Card".
Blocked Profile
May 28, 2019 at 12:35 PM
Have you unlocked the developer tab? How familar are you with form construction?

Lets start by inserting a form, name it frmENTRY. place two text boxs on the form, named txtAMOUNT, and another named txtDESC. Place a button on the form, named btnSUBMIT.

START with that
anewskillofhelp Posts 10 Registration date Tuesday May 28, 2019 Status Member Last seen August 11, 2019
May 29, 2019 at 03:35 PM
I've attached what I have so far. I hope this is what you explained.
anewskillofhelp Posts 10 Registration date Tuesday May 28, 2019 Status Member Last seen August 11, 2019
May 29, 2019 at 03:47 PM
Sorry, I couldn't attach the booklet but here's a snapshot
Blocked Profile
May 30, 2019 at 08:12 AM
Do you have the developer tab enabled. On the ribbon, do you see DEVELOPER? We need to gain access to the VBA explorer console.



We are going to build a form. We will not be using a worksheet for order entry, but will be building a "pop up" window to enter it in, just as you requested. If you need help getting the developer tab unlocked, post back.
Blocked Profile
Jun 10, 2019 at 01:44 PM
Its ok, lets see if your version has it. Go to preferences, select Ribbon amd Toolbar.
Under Customize the ribbon, select main tabs, and select Developer. Click save.

That should be it. Close excel amd reopen it. Developer should be there.
anewskillofhelp Posts 10 Registration date Tuesday May 28, 2019 Status Member Last seen August 11, 2019
Jun 11, 2019 at 07:46 AM
This is what my developer tab looks like:
Blocked Profile
Jun 11, 2019 at 08:00 AM
Great job!

Now in the left hand side, click on visual basic. The next window is the projexlct explorer. In the left hand colum, right click over MICROSOFT EXCEL OBJECTS, and select insert, MODULE.

post back.
anewskillofhelp Posts 10 Registration date Tuesday May 28, 2019 Status Member Last seen August 11, 2019
Jun 12, 2019 at 05:14 PM
This is what I have:
Blocked Profile
Jun 12, 2019 at 05:19 PM
Ok good job. Now rigt click over objects amd insert new form. build the form per previous specs.
anewskillofhelp Posts 10 Registration date Tuesday May 28, 2019 Status Member Last seen August 11, 2019
Jun 12, 2019 at 05:24 PM
I think I'm lost...I'm not seeing insert new form
Blocked Profile
Jun 12, 2019 at 06:15 PM
Ok maybe its workbook. Any way in the project explorer, open new form.
anewskillofhelp Posts 10 Registration date Tuesday May 28, 2019 Status Member Last seen August 11, 2019
Jul 15, 2019 at 07:52 PM
Hello ac3mark, sorry I've been away for awhile. Hope that you are still active. I still cannot find the new form. Maybe I am not right clicking in the correct spot?