+ Reply to Thread
Results 1 to 5 of 5

Assistance with price update

  1. #1
    Registered User
    Join Date
    01-15-2015
    Location
    Vermont
    MS-Off Ver
    Excel 2007
    Posts
    19

    Assistance with price update

    I am having problems with an excel sheet.
    Previously, the sheet was seperated into tabs for each individual school, but the higher ups decided it was better to keep it all one one sheet.
    My VBA is set up still for the tabbed page. I can still run the macro and create a master list of all my items, that works perfectly. the problem I am running into is when i key in a price on the master list, it does not populate for every school. Only the first and maybe the second. Items further on down never populate and I am thinking it might be because it was set up for each tab previously.

    So what I need is to enter a price on the "MASTER LISTING" sheet and it populate the price on the other sheet for each entry of that item (which is sometimes every school).

    Any assistance would be awesome. I have attached the sheet.

    Thanks!

    EDIT: I had to actually remove quite a few entries on the first sheet. About 12000 lines actually due to the size (couldn't upload over 1 MB.

    AnthonySHEET update.xlsm

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Assistance with price update

    Digging through it currently!
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

  3. #3
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Assistance with price update

    Cool. Think I got the kinks all worked out.

    First, we can remove the For Each ws because we're only targeting a single worksheet. While we are at it, we can specify that worksheet.

    Next, we change the comparison expression to a string, because the Product Codes on NEWDE3 are all text even if they are number, so we make sure that the codes on the Master List are converted to text for purposes of comparison.

    Lastly, we remove that Exit For. This was intentionally ending the loop early because in your old version there was only a single listing per tab and we wanted to stop searching once we found one.

    Please Login or Register  to view this content.

  4. #4
    Registered User
    Join Date
    01-15-2015
    Location
    Vermont
    MS-Off Ver
    Excel 2007
    Posts
    19

    Re: Assistance with price update

    Beautiful! Works perfect! I have actually been reading and learning on my own. Just was getting stumped, but I see now where I was going wrong.
    Thanks again!!

  5. #5
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Assistance with price update

    You've really come a long way! You're doing great.

+ 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. Excel Price Program - Assistance to build
    By Exilenla in forum Excel General
    Replies: 4
    Last Post: 03-01-2015, 01:54 AM
  2. Margin, RRP and Cost Price Calculation assistance
    By scottmjohnson in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-24-2012, 05:55 AM
  3. Update a price list
    By frapple in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-13-2009, 03:10 PM
  4. Update Price List
    By m3s3lf in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 02-04-2007, 03:45 PM
  5. VBA - Formula Update Assistance
    By [email protected] in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-02-2005, 05:15 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