Stock Control

neoswiper

New Member
Joined
Jan 18, 2004
Messages
9
Ok, I have just started a project. I have to create a till which controls the stock, and print a reciept and clears the screen everytime someone purchases something. Ive done everything apart from the stock control. Any help?
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Have you checked the ThisWorkbook and all Sheet & General modules?

You may have recorded a macro and forgotten about it.

Smitty

EDIT: Welcome to the Board!
 
Upvote 0
Sorry. In Excel, hit Alt+F11 to open VBA. You should see the project Explorer on the left hand side of the screen. If not, hit CTRL+R.

You'll see VBAProject(YourFileName.xls), then a folder called Microsoft Excel Objects. WHen you open that folder, you'll see ThisWorkbook, then Sheet1(SheetName), Sheet2(SheetName), etc., and any Modules that VBA added when you recorded a macro. Check all of these for any errant code that you may have recorded.

HTH,

Smitty
 
Upvote 0

Forum statistics

Threads
1,203,242
Messages
6,054,353
Members
444,718
Latest member
r0nster

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