ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   return formula in cell as string (https://www.excelbanter.com/excel-programming/406833-return-formula-cell-string.html)

Karen53

return formula in cell as string
 
Hi,

Is there a way to return the formula of a cell as a string in another cell?
--
Thanks for your help.
Karen53

OssieMac

return formula in cell as string
 
Hi Karen,

Dim strFormula As String

Range("A13").FormulaR1C1 = "=SUM(R[-12]C:R[-1]C)"

strFormula = Range("A13").Formula

Range("A14") = "'" & strFormula

--
Regards,

OssieMac


"Karen53" wrote:

Hi,

Is there a way to return the formula of a cell as a string in another cell?
--
Thanks for your help.
Karen53


Karen53

return formula in cell as string
 
Thanks OssieMac
--
Thanks for your help.
Karen53


"OssieMac" wrote:

Hi Karen,

Dim strFormula As String

Range("A13").FormulaR1C1 = "=SUM(R[-12]C:R[-1]C)"

strFormula = Range("A13").Formula

Range("A14") = "'" & strFormula

--
Regards,

OssieMac


"Karen53" wrote:

Hi,

Is there a way to return the formula of a cell as a string in another cell?
--
Thanks for your help.
Karen53


Bob Phillips

return formula in cell as string
 
Activecell.Value = "'" & Range("C1").Formula

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Karen53" wrote in message
...
Hi,

Is there a way to return the formula of a cell as a string in another
cell?
--
Thanks for your help.
Karen53





All times are GMT +1. The time now is 01:23 PM.

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