Results 1 to 3 of 3

Inventory Update Macro

Threaded View

Fredbugatti Inventory Update Macro 05-09-2014, 01:43 AM
alansidman Re: Inventory Update Macro 05-09-2014, 01:44 AM
Miroslav R. Re: Inventory Update Macro 05-09-2014, 03:42 AM
  1. #1
    Forum Contributor
    Join Date
    05-09-2014
    MS-Off Ver
    Excel 2017
    Posts
    300

    Inventory Update Macro

    I am trying to create a Macro that will let me copy and paste the Inventory with the Corresponding SKU on a different spreadsheet, please help. Appreciate it! Below is my macro that i am trying to do...

    Range("A2").Select
        Selection.Copy
        Sheets("Sheet2").Select
        Cells.Find(What:="AP1CT=3 /2085", After:=ActiveCell, LookIn:=xlFormulas, _
            LookAt:=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, _
            MatchCase:=False, SearchFormat:=False).Activate
        Range("C154").Select
        Application.CutCopyMode = False
        Selection.Copy
        Sheets("Sheet1").Select
        Range("C2").Select
        ActiveSheet.Paste
        Range("A3").Select
        Application.CutCopyMode = False
        Selection.Copy
        Sheets("Sheet2").Select
        Cells.Find(What:="AP1CG=3 /3623", After:=ActiveCell, LookIn:=xlFormulas, _
            LookAt:=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, _
            MatchCase:=False, SearchFormat:=False).Activate
        Range("C153").Select
        Application.CutCopyMode = False
        Selection.Copy
        Sheets("Sheet1").Select
        Range("C3").Select
        ActiveSheet.Paste
    Last edited by alansidman; 05-09-2014 at 01:44 AM. Reason: code tags

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Inventory Update Using Excel
    By TheProffesional in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 03-05-2013, 05:53 PM
  2. Update inventory
    By jwy1sr in forum Excel General
    Replies: 1
    Last Post: 01-31-2011, 01:35 AM
  3. How to update inventory by scanner
    By gurtej1 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-07-2010, 08:49 PM
  4. automatically update inventory
    By ItzMeDawn in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-27-2009, 12:40 PM
  5. Inventory update ticket
    By JAYLOTT in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-02-2007, 09:55 AM

Tags for this Thread

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