ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Copy Cells (https://www.excelbanter.com/excel-discussion-misc-queries/94562-copy-cells.html)

fvcyo

Copy Cells
 

I have in sheet1 a lot cells with sum range (=sum(a1:a10),
=sum(a2:a5),etc) so i try to copy all this cells to a sheet2, but if i
put a reference in sheet2 when i delete the value in sheet1 sum range
for begin another sum i lost the value in sheet2. I can i do by
copy-paste special but i try to do automatic. Anyone can help me?
:confused:


--
fvcyo
------------------------------------------------------------------------
fvcyo's Profile: http://www.excelforum.com/member.php...o&userid=35459
View this thread: http://www.excelforum.com/showthread...hreadid=552937


Don Guillett

Copy Cells
 
sheets("sheet2").range("a2:a22").value= _
sheets("sheet3").range("a2:a22").value=

--
Don Guillett
SalesAid Software

"fvcyo" wrote in
message ...

I have in sheet1 a lot cells with sum range (=sum(a1:a10),
=sum(a2:a5),etc) so i try to copy all this cells to a sheet2, but if i
put a reference in sheet2 when i delete the value in sheet1 sum range
for begin another sum i lost the value in sheet2. I can i do by
copy-paste special but i try to do automatic. Anyone can help me?
:confused:


--
fvcyo
------------------------------------------------------------------------
fvcyo's Profile:
http://www.excelforum.com/member.php...o&userid=35459
View this thread: http://www.excelforum.com/showthread...hreadid=552937





All times are GMT +1. The time now is 05:43 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com