View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Kaak[_13_] Kaak[_13_] is offline
external usenet poster
 
Posts: 1
Default selecting values form multiple excel files into an excel worksheet


You should loop through the files

For each file you should:

Open a file
Get the value you want
Close the file
And put the value in the master sheet

voila


--
Kaak
------------------------------------------------------------------------
Kaak's Profile: http://www.excelforum.com/member.php...fo&userid=7513
View this thread: http://www.excelforum.com/showthread...hreadid=382399