View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rob van Gelder[_4_] Rob van Gelder[_4_] is offline
external usenet poster
 
Posts: 1,236
Default Formatting convention for code

I have key words which I indent on.

These are
Sub, Function, Property, For, Do, While, If, With, Select, Case

I think that's all of them.

--
Rob van Gelder - http://www.vangelder.co.nz/excel


"Jimbola" wrote in message
...
Hi everyone,

Please can someone point me to where I can find a guide or something
similiar on formatting code. At the moment I seem to have tabs all over
the
place making my code very unreadable (just like my handwriting..or so I'm
told) :-)



Many Thanks

Jim