View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
dbarelli[_4_] dbarelli[_4_] is offline
external usenet poster
 
Posts: 1
Default create a macro for copying certain data in cells


You have to be a little more especific.., maybe you could start using
some simple code like:

Sheet1.Activate
Range("B8:B12").Select
Selection.Copy
Sheet2.Activate
Range("D5").Select
ActiveSheet.Paste

Regards.


--
dbarelli
------------------------------------------------------------------------
dbarelli's Profile: http://www.excelforum.com/member.php...o&userid=31275
View this thread: http://www.excelforum.com/showthread...hreadid=510143