M
Matthew Dyer
This should be a simple solution but I can't figure it out... Here is
the line of code I'm having issues with -
.Formula = "=(((COUNT(b:b)+" & var1 & ")*5)-SUM(b:c))/" & var1 &"
Why isn't this working for me? I used the same basic "& _ &" roadmap
in the following code with no problem
Range("H7").Value = "In " & var1 & " Days:"
the line of code I'm having issues with -
.Formula = "=(((COUNT(b:b)+" & var1 & ")*5)-SUM(b:c))/" & var1 &"
Why isn't this working for me? I used the same basic "& _ &" roadmap
in the following code with no problem
Range("H7").Value = "In " & var1 & " Days:"