![]() |
copy row's value
Hi,
I'm a newbies in excel and I want to know if it is possible to copy/paste in an another sheet only row's values and not formulas using this : ..EntireRow.Copy Worksheets("Sheet1") this is usefull but it copies the formulas not the value of the formula. Thank you for your help Nic |
copy row's value
TRY
Worksheet("Sheet2").Range("A1")EntireRow.Copy Worksheets("Sheet1").Range("A1").PasteSpecial xlPasteValues I just add some reference to complete the syntax. this should get you started. "Nicawette" wrote in message oups.com... Hi, I'm a newbies in excel and I want to know if it is possible to copy/paste in an another sheet only row's values and not formulas using this : .EntireRow.Copy Worksheets("Sheet1") this is usefull but it copies the formulas not the value of the formula. Thank you for your help Nic |
copy row's value
tx jon jon, it works fine now :-)
JON JON wrote: TRY Worksheet("Sheet2").Range("A1")EntireRow.Copy Worksheets("Sheet1").Range("A1").PasteSpecial xlPasteValues I just add some reference to complete the syntax. this should get you started. "Nicawette" wrote in message oups.com... Hi, I'm a newbies in excel and I want to know if it is possible to copy/paste in an another sheet only row's values and not formulas using this : .EntireRow.Copy Worksheets("Sheet1") this is usefull but it copies the formulas not the value of the formula. Thank you for your help Nic |
All times are GMT +1. The time now is 03:34 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com