View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
goober[_5_] goober[_5_] is offline
external usenet poster
 
Posts: 1
Default VBA copy from single to merged cell.


errr. Nevermind I found the solution myself. For anyone intereste
it's as follows.

Worksheets("wSheet").Range("X105:X109").Value = _
Worksheets("Bubble").Range("L4:L8"

--
goobe
-----------------------------------------------------------------------
goober's Profile: http://www.excelforum.com/member.php...fo&userid=1983
View this thread: http://www.excelforum.com/showthread.php?threadid=47669