G
Gleam
I have this line of code:
MyStr = Cells(12 , "D").Formula
I expect it to return "=D11 + D7" but it reurns the the value Cells(12 ,
"D").Value
How do I get the formula?
MyStr = Cells(12 , "D").Formula
I expect it to return "=D11 + D7" but it reurns the the value Cells(12 ,
"D").Value
How do I get the formula?