Reading a list of names to update their records

T

Tom

Hi,

I have a file named Inventory.xls which carries the records of all my stock
items. List.xls is a short column list of item names whose identical data in
Inventory.xls has to be updated by calling on a procedure Update07 which I
already have. Starting at the first item in List, how do you write the codes
to read this item, find its name in Inventory, call on Update07 then return
to the next item in List, repeat the process and stop when the item name is
a blank.

I'm open to other suggestions to do the same task. Thanks for any help or
suggestions.

TIA
Tom
 
P

Pete_UK

Check out VLOOKUP in XL Help - it will enable you to retrieve the
name.

I'm not sure what your Update07 procedure is.

Hope this helps.

Pete
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top