Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible to have some code that copy some specific cells of the active
worksheet (from one workbook), then paste the data to specific cells of another worksheet from a closed workbook. After the process is completed, the code will automatic close the active workbook without saving (avoid the reminder message of saving) then open the workbook is which the data was saved, can anyone help? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Your code could open the second workbook.
The copy|paste the cells you want. then save(???) the second file then close the first workbook without saving. If you record a macro when you do it manually, you may end up with the code you want. Sin wrote: Is it possible to have some code that copy some specific cells of the active worksheet (from one workbook), then paste the data to specific cells of another worksheet from a closed workbook. After the process is completed, the code will automatic close the active workbook without saving (avoid the reminder message of saving) then open the workbook is which the data was saved, can anyone help? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Open book, copy and paste from sheet, and then close.... | Excel Programming | |||
formulae to copy cells from 1 worksheet and paste into another? | New Users to Excel | |||
copy and paste cells to a different worksheet according to IF results | Excel Programming | |||
How can I use open/close Grouped cells in a Protected Worksheet? | Excel Discussion (Misc queries) | |||
With VBA from Excel: Open Project, extract resource list and copy it to a worksheet, close project. | Excel Programming |