Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I didn't exatly follow your logic but to paste a cell I use activecell.value=sheets("Sheet 4").cells(rr+2,cc+1) This assumes the data is in a common workbook otherwise ... activecell.value=workbooks("book2.xls").sheets("Sh ee 4").cells(rr+2,cc+1) Hope this help -- jmoffa ----------------------------------------------------------------------- jmoffat's Profile: http://www.excelforum.com/member.php...nfo&userid=115 View this thread: http://www.excelforum.com/showthread.php?threadid=27011 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
changing the visual basic in office 2003 to visual studio net | Excel Discussion (Misc queries) | |||
Dynamically pasting function from Visual Basic to Excel cell | Excel Programming |