![]() |
removing cell formulas
I have a worksheet with all cells containing formulas and their corresponding
values. I want to make a copy this worksheet in the same workbook with only their values and without their formulas. Kindly advise |
removing cell formulas
If i understand you correctly you can just hit CTL A to select all, copy, and
then use the option Paste Special and check the Values box on the new page where you want the data. -- -John Please rate when your question is answered to help us and others know what is helpful. "Sanjiv" wrote: I have a worksheet with all cells containing formulas and their corresponding values. I want to make a copy this worksheet in the same workbook with only their values and without their formulas. Kindly advise |
removing cell formulas
Hi,
Ctrl+A Ctrl+C Edit|paste special|select values. OK Mike "Sanjiv" wrote: I have a worksheet with all cells containing formulas and their corresponding values. I want to make a copy this worksheet in the same workbook with only their values and without their formulas. Kindly advise |
removing cell formulas
Since you asked in programming:
activesheet.copy worksheets(worksheets.count) with worksheets(worksheets.count) .cells.copy .cells.Pastespecial xlValues End with -- Regards, Tom Ogilvy "Sanjiv" wrote: I have a worksheet with all cells containing formulas and their corresponding values. I want to make a copy this worksheet in the same workbook with only their values and without their formulas. Kindly advise |
removing cell formulas
Sheets("Sheet2").range("A1:IV65000") =
Sheets("Sheet1").range("A1.IV65000").value "Sanjiv" wrote: I have a worksheet with all cells containing formulas and their corresponding values. I want to make a copy this worksheet in the same workbook with only their values and without their formulas. Kindly advise |
All times are GMT +1. The time now is 05:06 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com