Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I use VBA and excel 2003. I would like via VBA, copy the content of 1 sheet in the file "test.xls" to a sheet in the file "filedesti.xls". I tried : workbook("test.xls").sheet(1).copy workbook("filedesti.xls").sheet(1) but it does not work correctly. suddenly, my CPU is used a 100% and Excel process use more than 182 Mb of memory for this task, whereas my file "test.xls" is no more than 4.4 Mb. could you help me please ? thanks a lot, maileen |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Automatically Copy content of a cell | Excel Discussion (Misc queries) | |||
How do I copy a row depending on the content of a cell in the row | Excel Worksheet Functions | |||
copy comment content to cell content as data not as comment | Excel Discussion (Misc queries) | |||
Copy the formatting and content of a range | Excel Discussion (Misc queries) | |||
How to search and copy cell content to another sheet? | Excel Worksheet Functions |