Hi guys,
Silly question, but when i write VBA code (or rather - when i borrow portions of VBA code from other people to make my own), what are the rules around indenting to make it easier to read...
i.e. - what should be indented, and by how far etc etc
Just curious is all?
Cheers
Silly question, but when i write VBA code (or rather - when i borrow portions of VBA code from other people to make my own), what are the rules around indenting to make it easier to read...
i.e. - what should be indented, and by how far etc etc
Code:
Sub a()
'Indented Line
End Sub
Sub b()
'Non-Indented Line
End Sub
Just curious is all?
Cheers