Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I have a sub routine that calls information from one sheet and copies it to another sheet in the same workbook. My problem is that hte information that is coppied comes from a single cell and has to be placed into a merged cell. The destination sheet is protected and cannot be altered. I was wondering if anyone knows how I might go about this. The code I use to copy information is: Worksheets("sheet1").Range("L4:L8").Copy Worksheets("wsheet").Range("X105:X109") This is looped to copy the information to a total of 35 sheets. -- goober ------------------------------------------------------------------------ goober's Profile: http://www.excelforum.com/member.php...o&userid=19838 View this thread: http://www.excelforum.com/showthread...hreadid=476691 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cannot copy merged cell to a single cell | Excel Discussion (Misc queries) | |||
Very Basic Problem - Merged Cell Equals Contents of a Single Cell | Excel Worksheet Functions | |||
How to copy single cell into cell that is merged from two cells? | Excel Discussion (Misc queries) | |||
How do I copy data in single cell format to a merged cell format | Excel Discussion (Misc queries) | |||
Selecting single column with merged cell at top | Excel Programming |