Your message
Also, why are you coding the same formula within a loop?
If your FIRST formula is coded properly, than all you need to is COPY if and PASTE it into the range.
However, your formula does NOT seem to be properly coded with the necessary ABSOLUTE refences to row 2 for N2 & O2. The...
Hey I'm stuck on this for loop with RC formatting.
Probably easy?
Dim x As Integer
x = 7
For x = 7 To 379
' This next part the range M x+2 works fine but when I put the x into formula it doesn't work, tried with & and "" but not fully sure on how to write it.
Range("M" & x + 2).Select...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.