+ Reply to Thread
Results 1 to 5 of 5

Help making a "quantity updater" macro

  1. #1
    Registered User
    Join Date
    06-04-2008
    MS-Off Ver
    2007
    Posts
    37

    Red face Help making a "quantity updater" macro

    Hey guys, if working on a small project right now, and i'm a bit lost.
    here is what i need to do.

    Column A= Item
    Column B= Quantity In-Stock
    Column C= Quantity Subtracted

    i need a macro that would take "column C" subtract it from "column B", and then clear "column C". if the macro could do all the rows simultaneously, as apposed to having a macro for each row that would be great.

    thanx for all the help in advance.

  2. #2
    Forum Contributor beeawwb's Avatar
    Join Date
    01-04-2004
    Location
    Perth, WA, Australia
    MS-Off Ver
    Microsoft Office Excel 2003 (11.8146.8221) SP2
    Posts
    105
    Correct me if I'm wrong, but wouldn't you want it updated line by line?

    For example...

    I change C25 to say I took 3 of whatever stock. I would want that subtracted from B25 straight away, otherwise how would person B know I've taken those 3 stock?

    Essentially, you could do a On_Update macro to check if column C has been changed, and then update the cell in B.

    I'm sure there's a more elegant way to do it, but it's quitting time, and I've got to go home.

    Please Login or Register  to view this content.
    -Bob

  3. #3
    Registered User
    Join Date
    06-04-2008
    MS-Off Ver
    2007
    Posts
    37

    Unhappy Ok

    thanx for the code, it looks good, but i cant get it to work, i must be placing the code in the wrong place. Cant i make button that will run the macro??

    to be more specific here is the what i have:


    Code:
    Private Sub CommandButton1_Click()

    End Sub


    where do i place your code???
    Last edited by shy07014; 06-04-2008 at 07:04 PM.

  4. #4
    Forum Contributor beeawwb's Avatar
    Join Date
    01-04-2004
    Location
    Perth, WA, Australia
    MS-Off Ver
    Microsoft Office Excel 2003 (11.8146.8221) SP2
    Posts
    105
    Hi,

    Sorry I should have mentioned that the code I wrote goes into the sheet (Microsoft Excel Objects, not modules) code, as it would form part of the worksheet.

    For something to be button based, it would need to search column C for non blank values, and then subtract them from B. Without using a loop (line-by-line evaluation) to check "If Is Not Blank" I think the only way I know how to do it is with a "Find"

    This should do what you're looking for. Again, not the most elegant in the universe, but it worked for me. Replace "Sheet1" with your sheetname.

    Please Login or Register  to view this content.

  5. #5
    Registered User
    Join Date
    06-04-2008
    MS-Off Ver
    2007
    Posts
    37

    Smile Thanx

    Thank You so much "Beeawwb" for all your help, worked like a charm.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Making a synonym list
    By julia81 in forum Excel Programming / VBA / Macros
    Replies: 17
    Last Post: 12-29-2007, 03:54 AM
  2. Replies: 2
    Last Post: 12-20-2007, 03:26 PM
  3. vba to change macro file name
    By blackstar in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 12-02-2007, 12:14 AM
  4. Conditional formatting macro (highlight macro)
    By c991257 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-09-2007, 02:46 PM
  5. country finder lookup macro
    By theghost in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-07-2007, 10:41 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1