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
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