Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
i want to copy data from one cell of a workbook say cell a1 of musa.xls and paste the data in cell b2 of biralo.xls. Can you direct me to the place where i can din this information. Thank you, musa.biralo |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The basic copy method is in Excel Help. This would work.
Worksheets("Musa").Range("a1").Copy Destination:= Worksheets("Biralo").Range("b2") "musa.biralo" wrote: Hi, i want to copy data from one cell of a workbook say cell a1 of musa.xls and paste the data in cell b2 of biralo.xls. Can you direct me to the place where i can din this information. Thank you, musa.biralo |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The correct help file is in the Visual Basic Editor, type Copy Method in the
Search box. "musa.biralo" wrote: Hi, i want to copy data from one cell of a workbook say cell a1 of musa.xls and paste the data in cell b2 of biralo.xls. Can you direct me to the place where i can din this information. Thank you, musa.biralo |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I copy a value from a cell and paste it into another cell while adding it to the previous value in that cell | Excel Worksheet Functions | |||
automatically move cell data in 1 workbook to another workbook | Excel Worksheet Functions | |||
How do I paste text data into ONE cell only? | Excel Discussion (Misc queries) | |||
macro to copy & paste cell data into another cell | Excel Programming | |||
Find cell and paste data | Excel Programming |