View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Wigi Wigi is offline
external usenet poster
 
Posts: 396
Default Name Connvention in Excel VBA

Hi

There isn't actually a convention, but normally I

- begin module names with mod or m, then begin module name with capital
letter
- give functions an f as first letter
- userforms: I begin them with uf

--
Wigi
http://www.wimgielis.be = Excel/VBA, soccer and music


"clara" wrote:

Hi all,
After some time work, there are some worksheet, module, sub, functions.How
to make them appear neat in Project window or the Procedure dropdown?

Clara
--
thank you so much for your help