+ Reply to Thread
Results 1 to 3 of 3

Inventory Update Macro

Hybrid View

  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

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 insider Version 2504 Win 11
    Posts
    24,704

    Re: Inventory Update Macro

    Code Tags Added
    Your post does not comply with Rule 3 of our Forum RULES. Use code tags around code.

    Posting code between tags makes your code much easier to read and copy for testing, it also maintains VBA formatting.

    Highlight your code and click the # icon at the top of your post window. More information about these and other tags can be found at http://www.excelforum.com/forum-rule...rum-rules.html



    (Because you are new to the forum, I have added them for you today. Please take a few minutes to read all Forum Rules and comply in the future.)
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Valued Forum Contributor Miroslav R.'s Avatar
    Join Date
    05-16-2013
    Location
    NMnV, Slovakia
    MS-Off Ver
    Excel 2007
    Posts
    479

    Re: Inventory Update Macro

    Hi bugatti... ;-)

    pls attach sample workbook...

    M

+ 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. [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