Results 1 to 5 of 5

I need help to create an Inventory sheet with a running balance and use a barcode scanner.

Threaded View

  1. #2
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: I need help to create an Inventory sheet with a running balance and use a barcode scan

    Hi

    I personally have no idea which macro events your scanner will activate so cannot write a macro to run automatically as you describe.

    What I can work with however is if your scanner stores numbers into a Sheet Called "Scanned"
    Then when you activate sheet "snapohb" your macro will run.

    When and if you can tell us if the Change event works then we can upgrade to that.

    For now right click on the sheetname "snapohb" at the bottom of excel and select view code

    Paste this code into the module that opens and close it.

    Try scanning something and see it it triggers a macro

    Right Click on the Sheet Name
    
    Private Sub Worksheet_Change(ByVal Target As Range)
    MsgBox "Change Event"
    End Sub
    
    Private Sub Worksheet_SelectionChange(ByVal Target As Range)
    MsgBox "Selection Change Event"
    End Sub
    Last edited by mehmetcik; 08-25-2017 at 01:13 PM.
    My General Rules if you want my help. Not aimed at any person in particular:

    1. Please Make Requests not demands, none of us get paid here.

    2. Check back on your post regularly. I will not return to a post after 4 days.
    If it is not important to you then it definitely is not important to me.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Inventory Mangement - Barcode Scanner
    By NewYears1978 in forum Excel General
    Replies: 13
    Last Post: 09-30-2020, 12:57 AM
  2. Replies: 0
    Last Post: 03-17-2017, 10:52 AM
  3. Can Excel be used with a barcode scanner to track inventory?
    By polluxtroy12 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-05-2013, 09:43 PM
  4. Trying to track inventory using a barcode scanner in Excel
    By ernht38 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-01-2013, 08:16 AM
  5. Replies: 0
    Last Post: 05-24-2013, 02:06 PM
  6. Using a barcode scanner to track inventory with differnent employees
    By singlec2 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-14-2012, 09:21 PM
  7. Using a barcode scanner and UPC master sheet for Inventory Control
    By jlucas in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-21-2011, 04:03 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