View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
user user is offline
external usenet poster
 
Posts: 44
Default Searching for info in excel

Excel file has the following:

Code Size Price Description
#12345 X $23 T-shirt
#12345 Y $20 T-shirt
#12333 X $100 Computer

I am creating InputBox in word, to get the code and size from the user. I'm
able to create a link between Excel and word
(http://word.mvps.org/faqs/interdev/c...xlfromword.htm)

Question: how do I do a search for that code and size and show the Price and
Description into the table (row) in my word document?

Thanks in advance!