montecarlo2012
Well-known Member
- Joined
- Jan 26, 2011
- Messages
- 986
- Office Version
- 2010
- Platform
- Windows
Hello everybody.
I need a real enlightenment here. I am reading about loops and I founded three lines in different codes that in the places I founded for some reason they explain everything except this symbol. ► * ◄.
and the lines that give me hard time to understand are:
So far I understand the job this symbol * are doing is like separator, "I am really not sure"
please,
Can you tell me Where to find explanation or theory, When to use, How to use and maybe Why.
thank you for reading this. see you.
I need a real enlightenment here. I am reading about loops and I founded three lines in different codes that in the places I founded for some reason they explain everything except this symbol. ► * ◄.
and the lines that give me hard time to understand are:
VBA Code:
EXAMPLE 1:
'Cells(8 + I, 2).Value = (term ^ 2 + (6 * term) + 1) / ((9 * term) + 7)
EXAMPLE2:
'Application.sum(range(cells(I, 2 + (j – 1) * 12.cells(I, j *12)))
EXAMPLE3:
'Cells(I + 2, “F”).formula =”=Average(A” & (I + 2) + (I * 8) & “:A” & (I + 6) +(I * 8) & “)”
please,
Can you tell me Where to find explanation or theory, When to use, How to use and maybe Why.
thank you for reading this. see you.