benbreaker2000
New Member
- Joined
- Mar 25, 2019
- Messages
- 1
I have a dynamic equation that is filling across multiple cells, so until the equation is completely generate, I have not included the "=" sign at the beginning. I thought adding it would be as simple as Cells(i,j).Value = "=" & Cells.Value, but this does not work. I have tried the same thing similarly with Range.Value, Cell.Formula, and Range.Formula. It always returns a Runtime Error 1004, Application/ Object-Defined Error. Does anyone have any creative solutions for taking the cell value and adding a "=" to convert it to an equation?