This code is giving me error 2015
Despite returning a value for the offset value:
Also doing the Right formula in the worksheet on the same cell returns a value.
VBA Code:
togGle = Evaluate("=RIGHT(addMe.Offset(0, 17).value,6)")
Despite returning a value for the offset value:
Also doing the Right formula in the worksheet on the same cell returns a value.