View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Vito[_7_] Vito[_7_] is offline
external usenet poster
 
Posts: 1
Default One sheet to another..


You shouldn't need a macro for that:

Just use Vlookup() function.

In Sheet1, B2 enter: =Vlookup(A2,Sheet2!A:B,2,0)

then copy the formula down column the column.


--
Vito
------------------------------------------------------------------------
Vito's Profile: http://www.excelforum.com/member.php...o&userid=29182
View this thread: http://www.excelforum.com/showthread...hreadid=558620