I have this code where ttlMtrs is an integer < 7000
diffFormula = "=1-(" & ttlMtrs & "/7000)*1200"
Debug.Print diffForumla
I am trying to build a string that will evaluate once printed to a cell in excel.
When I Debug.print to check the string I only get blank lines. One time I got long string of garbage characters.
I am trying to figure out what I am misunderstanding in building this string. Any ideas are appreciated.