hi,
I have a worksheet which contains different formulas and I want to copy it to another workkbook but without the formulas (data only).
the copy function of the worksheet copies also the formulas.
what is the correct way to do so?
hi,
I have a worksheet which contains different formulas and I want to copy it to another workkbook but without the formulas (data only).
the copy function of the worksheet copies also the formulas.
what is the correct way to do so?
Hi,
First you should copy all the data from one worksheet into another worksheet using the following code that uses range and copy range methods. The code basically copies first few cells from one worksheet and add another sheet, you can modify it according to your needs
C#
Once you are done, then you should convert all formulas into values using the following code.
C#