+ Reply to Thread
Results 1 to 4 of 4

fastest way to retrieve saved data for editing.

  1. #1
    Forum Expert
    Join Date
    03-31-2009
    Location
    Barstow, Ca
    MS-Off Ver
    Excel 2002 & 2007
    Posts
    2,164

    fastest way to retrieve saved data for editing.

    What is the quickest way to retrieve data from a "Saved Data" sheet and put it into a "Data Entry" sheet for editing?

    The Saved Data sheet has 3 columns; 1) Date, 2) Product Key, and 3) Amt Sold. Columns 1 & 2 form a unique key for each row. There are currently over 40,000 rows of Saved Data. There are rows only for Products that have been sold (IOW no "0"s in the Amt Sold column).

    The Data Entry sheet has over 200 rows of Products.

    I have done this several times, but never with so much Saved Data and I'm concerned that my usual method of retrieving data will be too slow. I usually have a column ("Saved Data") on the Data Entry sheet with formulas to look for the values on the Saved Data sheet so when the user enters a date, Worksheet_Change() copies the data from the Saved Data column into the editing column.

    I would prefer to just use formulas to locate the data to retrieve. I would also like to avoid having "N/A" anywhere in the worksheet.
    Foxguy

    Remember to mark your questions [Solved] and rate the answer(s)
    Forum Rules are Here

  2. #2
    Forum Expert snb's Avatar
    Join Date
    05-09-2010
    Location
    VBA
    MS-Off Ver
    Redhat
    Posts
    5,649

    Re: fastest way to retrieve saved data for editing.

    Use a userform (what's in a name ?)



  3. #3
    Forum Expert
    Join Date
    03-31-2009
    Location
    Barstow, Ca
    MS-Off Ver
    Excel 2002 & 2007
    Posts
    2,164

    Re: fastest way to retrieve saved data for editing.

    I still have to retrieve the data to put into the userform. Not every field in the userform can be attached to a cell. If a product has not been sold yet, there will not be a cell to edit.

  4. #4
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: fastest way to retrieve saved data for editing.

    To best describe or illustrate your problem you would be better off attaching a dummy workbook, the workbook should contain the same structure and some dummy data of the same type as the type you have in your real workbook - so, if a cell contains numbers & letters in this format abc-123 then that should be reflected in the dummy workbook. Don't upload a picture when you have a workbook question. None of us is inclined to recreate your data. Upload the workbook and manually add an 'after' situation so that we can see what you expect. In addition clearly explain how you get the results..
    To attach a file to your post, you need to be using the main 'New Post' or 'New Thread' page and not 'Quick Reply'.
    To use the main 'New Post' page, click the 'Post Reply' button in the relevant thread.

    On this page, below the message box, you will find a button labelled 'Manage Attachments'.
    Clicking this button will open a new window for uploading attachments.

    You can upload an attachment either from your computer or from another URL by using the appropriate box on this page.
    Alternatively you can click the Attachment Icon to open this page.

    To upload a file from your computer, click the 'Browse' button and locate the file.

    To upload a file from another URL, enter the full URL for the file in the second box on this page.
    Once you have completed one of the boxes, click 'Upload'.

    Once the upload is completed the file name will appear below the input boxes in this window.
    You can then close the window to return to the new post screen.
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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