Greetings,
Could someone please confirm the simple lines of code that will populate nominated cells with string values which are actually formulas, e.g.
Range("A1").Select
ActiveCell = "=B5 * C7"
Range("A2").Select
ActiveCell = "=B10 / 3 - C12"
EndSub
Thank you
Could someone please confirm the simple lines of code that will populate nominated cells with string values which are actually formulas, e.g.
Range("A1").Select
ActiveCell = "=B5 * C7"
Range("A2").Select
ActiveCell = "=B10 / 3 - C12"
EndSub
Thank you