Hi All...
I greatly appreciate any help that can be offered with my problem. I've been trying to work on this for a few days and haven't made much progress.
I have an excel spreadsheet with two tabs. One is titled "Input Sheet" where the user will fill in the selected fields, and the second is titled "Saved Entries". I've already put together a macro that allows the user to save the relevant fields on the Input Sheet to the next blank line on Saved Entries.
The next part gets tricky and my skills are not advanced enough to tackle it...
I need to be able to "recall" data from the Saved Entries back to the Input Sheet so that as additional information comes in, the user can easily update the record and then resave it to the "Saved Entries" tab.
I would like to set it up so that the user inputs the ID number for an entry on the Input Sheet and the macro will find the corresponding entry on the Saved Entries tab and paste it back to the Input sheet.
I've tried using the "Record Macro" tool but it doesnt allow me to search for the info that is in the ID field... it just records the actual number I use when recording it. Then, once I find the number on the Saved Entires tab, it is always copying and pasting the original data from when I recorded the macro, not the data that corresponds with the searched number... I'm guessing the record macro option won't work for me, but I'm not skilled enough to just come out and write code.
Again, thats so much for any help.
Julie