View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Savvo Savvo is offline
external usenet poster
 
Posts: 1
Default Write cells fro one file to a specific place in another

I need to make Excel read a value from a specific cell (A3 for
instance) in a specific file (Input file), read a group of cells on
that file (for instance D5:G5) and write them in a specific row (that
corresponds to the value in cell A3) on a different file (Database).

It would be really helpfull if somebody could give me some help on
that.


Thanks in advance