The Code Cage - Microsoft Office help Free Microsoft Office Help for all Applications!  

To stop seeing these ads and get other benefits check This page!

Go Back   The Code Cage Forums > Members - Microsoft Topics > Members - Excel Forum > Members - Excel VBA Programming
  Microsoft Office Chat Online now!


Members - Excel VBA Programming Members, post questions in this forum if they are related to using Microsoft Excel VBA Programming, Macro's etc.
If you recieve no reply within 1 day your thread will be reposted in the newsgroups with a redirect here.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11th January 2010, 12:39 PM
Junior Member
MS Office Version: MS Office 2007
MS Office Skill Level: Some Formulae experience


My Top Tip Count: 0

 
Join Date: Jan 2010
Location: Belgium , Brugge
Posts: 2
Thanks to others: 0
Thanked 0 Times in 0 Posts
Chats: 0
Rep Power: 0
Yourivdb is on a distinguished road
Default How to decrease inventory in relation to invoices?

------ Register to get rid of these "In Post" ads! ------


Hi Simon ,

I have a workbook in Excell with 2 sheets ,
first is invoice sheet , second is a product sheet but i also want to use it as a stock management system .
So for every invoice made in sheet 1 , the quantity should degrade as new invoices are made .

The problem i have on this moment is , that with my current formula`s , stock is working , BUT if i delete the data on the invoice sheet , logically the stock turns back to it`s old state .
So i guess i need some kind of button to tell that he should change stock as invoice 01 is ready , press that button , stock changes , and then it should remember everything , as soon as the invoice data is being deleted again to make invoice nr 02
'Original Source: The Code Cage Forums http://www.thecodecage.com/forumz/members-excel-vba-programming/168762-how-decrease-inventory-relation-invoices.html#post608218

Could you help me out ?
Maybe i can send you my file ...

Thanks in advance .

Greetings , Youri from Belgium .

Last edited by Simon Lloyd; 11th January 2010 at 03:19 PM.
Reply With Quote


Did you find this post helpful? Yes | No

The Code Cage Advertisment
Advertisement

To stop seeing these ads and get other benefits check This page!
  #2 (permalink)  
Old 11th January 2010, 02:14 PM
Pecoflyer's Avatar
The Code Cage Staff
Spam Assasin
MS Office Version: MS Office 2003
MS Office Skill Level: Can use Formulae


My Top Tip Count: 0

 
Join Date: Nov 2008
Location: Brussels Belgium
Posts: 545
Thanks to others: 4
Thanked 4 Times in 4 Posts
Chats: 1
Rep Power: 7
Pecoflyer will become famous soon enough
Belgium
Default Re: How to in VBA ?

------ Register to get rid of these "In Post" ads! ------


Hi Youri,
Thread Title
attention

Attention

Rule 1 Your post breaks Rule 1 please click the link, read the rule and then amend you post accordingly.



__________________
Cheers -
Reply With Quote


Did you find this post helpful? Yes | No
  #3 (permalink)  
Old 11th January 2010, 03:19 PM
Simon Lloyd's Avatar
Administrator
MS Office Version: MS Office 97, 2003, 2007
MS Office Skill Level: Can use most of MS Office


My Top Tip Count: 5

 
Join Date: Aug 2008
Location: Manchester, England
Age: 45
Posts: 1,865
Thanks to others: 3
Thanked 71 Times in 70 Posts
Chats: 293
Rep Power: 10
Simon Lloyd has much to be proud ofSimon Lloyd has much to be proud ofSimon Lloyd has much to be proud ofSimon Lloyd has much to be proud ofSimon Lloyd has much to be proud ofSimon Lloyd has much to be proud ofSimon Lloyd has much to be proud ofSimon Lloyd has much to be proud of
5 Top Tips
Wales
Default Re: How to decrease inventory in relation to invoices?

------ Register to get rid of these "In Post" ads! ------


Attachments.
Information

Information


To upload a workbook, click reply then add your few words, scroll down past the submit button and you will see the Manage Attachments button, this is where you get to add files for upload, if you have any trouble please use this Contact Us link or the one at the bottom of the any page.
'Original Source: The Code Cage Forums http://www.thecodecage.com/forumz/members-excel-vba-programming/168762-how-decrease-inventory-relation-invoices.html#post608351



__________________
Regards,
Simon Lloyd
Excel Chat
Reply With Quote


Did you find this post helpful? Yes | No
The Code Cage Advertisment
Advertisement

To stop seeing these ads and get other benefits check This page!
  #4 (permalink)  
Old 11th January 2010, 05:08 PM
royUK's Avatar
The Code Cage Staff
Solution Centre Professional


My Top Tip Count: 3

 
Join Date: Nov 2008
Location: Mablethorpe, Lincolnshire, England
Posts: 402
Thanks to others: 1
Thanked 15 Times in 15 Posts
Chats: 0
Rep Power: 8
royUK has a spectacular aura aboutroyUK has a spectacular aura aboutroyUK has a spectacular aura about
3 Top Tips
England
Default Re: How to decrease inventory in relation to invoices?

------ Register to get rid of these "In Post" ads! ------


In my opinion this will prove a bit too involved for a Forum question. I have set up systems for this but it took a lot of coding time
__________________
Hope that helps, RoyUK
For tips & examples visit my web site
Reply With Quote


Did you find this post helpful? Yes | No
  #5 (permalink)  
Old 11th January 2010, 06:09 PM
Junior Member
MS Office Version: MS Office 2007
MS Office Skill Level: Some Formulae experience


My Top Tip Count: 0

 
Join Date: Jan 2010
Location: Belgium , Brugge
Posts: 2
Thanks to others: 0
Thanked 0 Times in 0 Posts
Chats: 0
Rep Power: 0
Yourivdb is on a distinguished road
Default Re: How to decrease inventory in relation to invoices?

------ Register to get rid of these "In Post" ads! ------


Thank you Pecoflyer for Thread Title adjustment .
Roy , thank you for your opinion : i can imagine this kind of coding will be difficult to explain on forum .
I hope you can show me the way somehow .

I have no experience with VBA coding , but i am sure , that`s exactly what i gonna need for my solution , no formula`s here will help i guess .

I will try to upload my file .

Greetings and Thankx

------------------------------ posted before receiving a reply after 6 minutes of original post ------------------------------

So here is the workbook .

You will see a first sheet , the incoive sheet ,
there you can select from dropdown , the products , and price comes automatically with it . Just set a quantity , and voila , you have your first invoice

On the second sheet , you see the list with products , where the dropdown makes use off . There next to it , i would like my stock column to work
You`ll have a colomn for stock on the 01jan 2010 , and through the year some delivery`s ... etc

The problem is that , when you delete the data from your invoice to make another invoice , nr 02 , logically the formula does his work and everything comes back to what is was .
'Original Source: The Code Cage Forums http://www.thecodecage.com/forumz/members-excel-vba-programming/168762-how-decrease-inventory-relation-invoices.html#post608420
So i need a button , that says , adjust stock , on the invoice sheet ,
and then it should remember that , and so on , i can make my new invoice
with deleting all data again .

I don`t want to make a new sheet for every invoice .

Thank you , for any help !
Youri
Attached Files
File Type: xlsx Spa ProductenStock.xlsx (91.8 KB, 3 views)

Last edited by Yourivdb; 11th January 2010 at 06:09 PM.
Reply With Quote


Did you find this post helpful? Yes | No
  #6 (permalink)  
Old 11th January 2010, 07:10 PM
royUK's Avatar
The Code Cage Staff
Solution Centre Professional


My Top Tip Count: 3

 
Join Date: Nov 2008
Location: Mablethorpe, Lincolnshire, England
Posts: 402
Thanks to others: 1
Thanked 15 Times in 15 Posts
Chats: 0
Rep Power: 8
royUK has a spectacular aura aboutroyUK has a spectacular aura aboutroyUK has a spectacular aura about
3 Top Tips
England
Default Re: How to decrease inventory in relation to invoices?

------ Register to get rid of these "In Post" ads! ------


Your product list is not set up to be used an excel database. The information should be set out in a table format with headers & no empty columns & rows.
'Original Source: The Code Cage Forums http://www.thecodecage.com/forumz/members-excel-vba-programming/168762-how-decrease-inventory-relation-invoices.html#post608440

To do this properly,you need code to generate the invoice,forms to add customers,stock etc. Quite a big project very similar to one that I am working on now,so I know how much work will be involved
__________________
Hope that helps, RoyUK
For tips & examples visit my web site
Reply With Quote


Did you find this post helpful? Yes | No
The Code Cage Advertisment
Advertisement

To stop seeing these ads and get other benefits check This page!
Reply

Bookmarks

Tags
decrease stock, inventory, invoices, vba


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

The Code Cage Affilliates


To stop seeing these ads and get other benefits check This page!



All times are GMT +1. The time now is 03:41 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2
No part of this board may be copied or reproduced either in part or full without the express permission of The Code Cage Team.
We are not associated with nor employed by Microsoft in any way, we simply provide resources!
All MS office icons are registered trademarks of the application the represent