View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bernie Deitrick Bernie Deitrick is offline
external usenet poster
 
Posts: 5,441
Default need to call data from a one worksheet list and insert into anothe

creed,

If it is always the same 3 cells, then simply use VLOOKUP or HLOOKUP or INDEX/MATCH formulas keyed
to the 'proper cell'

HTH,
Bernie
MS Excel MVP


"creed" wrote in message
...
Using a combo box, the user choses a part number from a drop down list. That
choice is inserted into the proper cell of the worksheet. I would also like
the program to find and insert a block of data (3 rows by 1 column) and
insert it in the proper column on my main worksheet.

Any suggestions would be appreicated.
(Excel 2003)