I want to create this line
Selection.Formula = "=sum(g10:g999)"
I have a string Myrange = "g10:G999"
How can I use Myrange in Selection.Formula?
I want to create this line
Selection.Formula = "=sum(g10:g999)"
I have a string Myrange = "g10:G999"
How can I use Myrange in Selection.Formula?